count_down: Count Down

Description Usage Arguments Details Value Examples

View source: R/count_down.R

Description

Function to quantify temperature hours below x.

Usage

1
count_down(tl, x, total = TRUE)

Arguments

tl

upper limit

x

Vector containing values (data).

total

TRUE Shows the total value of hours.

Details

Function to quantify temperature hours below x.

Value

The function returns the total value of hours.

Examples

1
2
3
x <- rnorm(1000, 15, 5)

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

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