predhelp.check_pheno_phase_order {DyMEP}R Documentation

predhelp.check_pheno_phase_order

Description

predhelp.check_pheno_phase_order

Usage

predhelp.check_pheno_phase_order(phase_covariate_list, crop_abbrev)

Arguments

phase_covariate_list

list with all available phenology phases

crop_abbrev

current crop_abbrev (name of the crop)

Value

returns the given phase_covariate_list but with correctly ordered phenology phases

Fields

abbrev

Description of crop_abbrev column.

Examples

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

[Package DyMEP version 0.1.2 Index]