count_up: Count Up

Description Usage Arguments Details Value Examples

View source: R/count_up.R

Description

Function to quantify temperature hours above x.

Usage

1
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

1
2
3
x <- rnorm(500, 20, 10)

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

RPertille/ChillModels documentation built on July 19, 2020, 7:36 p.m.