Learn R Programming

ChillModels (version 1.0.2)

count_between: Count between

Description

Function to quantify temperature hours between x and y.

Usage

count_between(tli, tls, x, total = TRUE)

Arguments

tli

lower limit

tls

upper limit

x

Vector containing values (data).

total

TRUE Shows the total value of hours.

Value

The function returns the total value of hours.

Details

Function to quantify temperature hours between x and y.

Examples

Run this code
# 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