Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


ChillModels (version 1.0.2)

count_down: Count Down

Description

Function to quantify temperature hours below x.

Usage

count_down(tl, x, total = TRUE)

Arguments

tl

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 below x.

Examples

Run this code
# NOT RUN {
x <- rnorm(1000, 15, 5)

count_down(tl = 7.2, x = x, total = TRUE)

# }

Run the code above in your browser using DataLab