powered by
Function to quantify temperature hours above x.
count_up(tl, x, total = TRUE)
lower limit
Vector containing values (data).
TRUE Shows the total value of hours.
The function returns the total value of hours.
# NOT RUN { x <- rnorm(500, 20, 10) count_up(tl = 30, x = x, total = TRUE) # }
Run the code above in your browser using DataLab