Description Usage Arguments Details Value Examples
View source: R/count_between.R
Function to quantify temperature hours between x and y.
| 1 | count_between(tli, tls, x, total = TRUE)
 | 
| tli | lower limit | 
| tls | upper limit | 
| x | Vector containing values (data). | 
| total | TRUE Shows the total value of hours. | 
Function to quantify temperature hours between x and y.
The function returns the total value of hours.
| 1 2 3 | x <- rnorm(500, 7, 3)
count_between(tli = 8, tls = 15, x = x,  total = TRUE)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.