View source: R/DyMEP_apply_unknown_environment_prediction_utils.R
envpredutils.model_selecter | R Documentation |
A function to get the wanted model
envpredutils.model_selecter(
crop_abbrev,
pheno_phase,
env_variables,
external_params_path = NULL
)
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 |
model name from pre fitted models
envpredutils.model_selecter("WW","sowing-emergence",c("tas"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.