envpredutils.model_selecter: A function to get the wanted model

View source: R/DyMEP_apply_unknown_environment_prediction_utils.R

envpredutils.model_selecterR 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"))

DyMEP documentation built on May 29, 2024, 4:29 a.m.