issues
search
anadiedrichs
/
frost
R package frost: prediction of minimum temperature for frost forecasting in agriculture
Other
5
stars
0
forks
source link
review checks methods to pass arrays and vectors
#46
Closed
anadiedrichs
closed
5 years ago
anadiedrichs
commented
5 years ago
use any(x <= 60) && any(x > -20)
use any(x <= 60) && any(x > -20)