Learn R Programming

extRemes (version 2.1-1)

ftcanmax: Annual Maximum Precipitation: Fort Collins, Colorado

Description

Annual maximum precipitation (inches) for one rain gauge in Fort Collins, Colorado from 1900 through 1999. See Katz et al. (2002) Sec. 2.3.1 for more information and analyses.

Usage

data(ftcanmax)

Arguments

Format

A data frame with 100 observations on the following 2 variables.

Year

a numeric vector giving the Year.

Prec

a numeric vector giving the annual maximum precipitation amount in inches.

References

Katz, R. W., Parlange, M. B. and Naveau, P. (2002) Statistics of extremes in hydrology. Advances in Water Resources, 25, 1287--1304.

Examples

Run this code
# NOT RUN {
data(ftcanmax)
str(ftcanmax)
plot(ftcanmax, type="l", lwd=2)

# }

Run the code above in your browser using DataLab