count_down {ChillModels}R Documentation

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.

Details

Function to quantify temperature hours below x.

Value

The function returns the total value of hours.

Examples


x <- rnorm(1000, 15, 5)

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


[Package ChillModels version 1.0.2 Index]