default_frost_heat_params()
calc_daily_damage_frost_heat(
mint = c(-2, 0, 4),
maxt = c(29, 33, 36),
growth_stage = c(7.0, 8.0, 9.0),
crop = "Wheat"
)
calc_cum_damage_frost_heat(
mint = c(-2, 0, 4),
maxt = c(29, 33, 36),
growth_stage = c(7.0, 8.0, 9.0),
crop = "Wheat"
)
Run the code above in your browser using DataLab