
Last chance! 50% off unlimited learning
Sale ends in
Function to quantify temperature hours below x.
count_down(tl, x, total = TRUE)
upper limit
Vector containing values (data).
TRUE Shows the total value of hours.
The function returns the total value of hours.
Function to quantify temperature hours below x.
# NOT RUN {
x <- rnorm(1000, 15, 5)
count_down(tl = 7.2, x = x, total = TRUE)
# }
Run the code above in your browser using DataLab