View source: R/climate_index.R
climateIndexMain | R Documentation |
The climate index main calls all required function and produces the rating for climate over the study site.
climateIndexMain( ratingTableArrayMC, ratingTableArrayTF, ratingTableArrayESM, ratingTableArrayEFM, ppe, temperatureFactor, ppeSpring, ppeFall, type )
ratingTableArrayMC |
Rating table lower and upper bounds for deduction for the moisture component. |
ratingTableArrayTF |
Rating table lower and upper bounds for deduction for temperature factors. |
ratingTableArrayESM |
Rating table lower and upper bounds for deduction for early spring moisture. |
ratingTableArrayEFM |
Rating table lower and upper bounds for deduction for excess fall moisture. |
ppe |
Precipitation minus potential evapotranspiration |
temperatureFactor |
Input effective growing degree days or crop heat units for the study site. |
ppeSpring |
Precipitation minus potential evapotranspiration for spring/April |
ppeFall |
Precipitation minus potential evapotranspiration for fall/October |
type |
If the crop uses effective growing degree days (EGDD) use EGDD else if the crop uses crop heat units (CHU) use CHU. |
Deduction points for the basic climate rating.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.