Learn R Programming

ChillModels (version 1.0.2)

count_up: 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.

Value

The function returns the total value of hours.

Details

Function to quantify temperature hours above x.

Examples

Run this code
# NOT RUN {
x <- rnorm(500, 20, 10)

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

# }

Run the code above in your browser using DataLab