Learn R Programming

DyMEP (version 0.1.2)

predhelp.check_pheno_phase_order: predhelp.check_pheno_phase_order

Description

predhelp.check_pheno_phase_order

Usage

predhelp.check_pheno_phase_order(phase_covariate_list, crop_abbrev)

Value

returns the given phase_covariate_list but with correctly ordered phenology phases

Arguments

phase_covariate_list

list with all available phenology phases

crop_abbrev

current crop_abbrev (name of the crop)

Fields

abbrev

Description of crop_abbrev column.

Examples

Run this code
predhelp.check_pheno_phase_order(phase_covariate_list = list(
  "sowing-emergence" = c("tasmin","VPD","SPI")),
  crop_abbrev = "WW")

Run the code above in your browser using DataLab