anadiedrichs / frost

R package frost: prediction of minimum temperature for frost forecasting in agriculture
Other
5 stars 0 forks source link

review temperature range validation #47

Open anadiedrichs opened 5 years ago

anadiedrichs commented 5 years ago

see method checkTemp

any(x <= 60) && any(x > -20)