powered by
Function to quantify temperature hours between x and y.
count_between(tli, tls, x, total = TRUE)
lower limit
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(500, 7, 3) count_between(tli = 8, tls = 15, x = x, total = TRUE) # }
Run the code above in your browser using DataLab