View source: R/DyMEP_apply_unknown_environment_prediction_utils.R
envpredutils.data_frame_to_list | R Documentation |
A function to get the best model with the covariates at hand
envpredutils.data_frame_to_list(env_data_frame)
env_data_frame |
data.frame with the necessary environmental data, one column must be "DATE" (as.Date format), the others with the names of the environmental covariates (e.g. tas, tasmin etc.) |
list for later glm prediction
envpredutils.data_frame_to_list(data.frame("tas"=c(1:100),
"VPD"=c(1:100), "DATE"=c(1:100)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.