envpredutils.model_selecter {DyMEP} | R Documentation |
A function to get the wanted model
Description
A function to get the wanted model
Usage
envpredutils.model_selecter(
crop_abbrev,
pheno_phase,
env_variables,
external_params_path = NULL
)
Arguments
crop_abbrev |
abbreviation of the crop |
pheno_phase |
phenological phase |
env_variables |
vector with the wanted environmental variables |
external_params_path |
path where additional crop parameters should be stored if not possible to download in to the regular R repository. The default is NULL, which will use the regular R repository as path |
Value
model name from pre fitted models
Examples
envpredutils.model_selecter("WW","sowing-emergence",c("tas"))
[Package DyMEP version 0.1.2 Index]