count_up {ChillModels}R Documentation

Count Up

Description

Function to quantify temperature hours above x.

Usage

count_up(tl, x, total = TRUE)

Arguments

tl

lower limit

x

Vector containing values (data).

total

TRUE Shows the total value of hours.

Details

Function to quantify temperature hours above x.

Value

The function returns the total value of hours.

Examples


x <- rnorm(500, 20, 10)

count_up(tl = 30, x = x, total = TRUE)


[Package ChillModels version 1.0.2 Index]