envpredutils.data_frame_to_list: A function to get the best model with the covariates at hand
Description
A function to get the best model with the covariates at hand
Usage
envpredutils.data_frame_to_list(env_data_frame)
Value
list for later glm prediction
Arguments
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.)