powered by
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.
# 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