envpredutils.data_frame_to_list {DyMEP}R Documentation

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)

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.)

Value

list for later glm prediction

Examples

envpredutils.data_frame_to_list(data.frame("tas"=c(1:100),
 "VPD"=c(1:100), "DATE"=c(1:100)))

[Package DyMEP version 0.1.2 Index]