View source: R/climate_index.R
basicClimateRating | R Documentation |
The basic climate rating is a designed to return the point deduction for the moisture component and temperature factors. The max deduction is taken for between the moisture factor and the temperature factor.
basicClimateRating( ratingTableArrayMC, ratingTableArrayTF, ppe, temperatureFactor, 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. |
ppe |
Precipitation minus potential evapotranspiration |
temperatureFactor |
Input effective growing degree days or crop heat units for the study site. |
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.