count_between: Count between

Description Usage Arguments Details Value Examples

View source: R/count_between.R

Description

Function to quantify temperature hours between x and y.

Usage

1
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.

Details

Function to quantify temperature hours between x and y.

Value

The function returns the total value of hours.

Examples

1
2
3
x <- rnorm(500, 7, 3)

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

ChillModels documentation built on March 26, 2020, 6:28 p.m.