arrhenius.scaling.traits.Rd
Apply Arrhenius scaling to 25 degC for temperature-dependent traits
arrhenius.scaling.traits(
data,
covariates,
temp.covariates,
new.temp = 25,
missing.temp = 25
)
data frame of data to scale, as returned by query.data()
data frame of covariates, as returned by query.covariates(). Note that data with no matching covariates will be unchanged.
names of covariates used to adjust for temperature; if length > 1, order matters (first will be used preferentially)
the reference temperature for the scaled traits. Curerntly 25 degC
the temperature assumed for traits with no covariate found. Curerntly 25 degC