Learn R Programming

DyMEP (version 0.1.2)

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

Examples

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

Run the code above in your browser using DataLab