Learn R Programming

ClimInd (version 0.1-2)

d32: Days TX32

Description

Number of days whith TX >= 32 Celsius on the interval June-August.

Usage

d32(data, data_names = NULL, na.rm = FALSE, ...)

Arguments

data

maximum temperature

data_names

names of each period of time

na.rm

logical. Should missing values (including NaN) be removed?

...

...

Value

temperature sums 1

Examples

Run this code
# NOT RUN {
data(data_all)
d32(data = data_all$tx)
# }

Run the code above in your browser using DataLab