Learn R Programming

eva (version 0.2.6)

fortmax: Top Ten Annual Precipitation: Fort Collins, Colorado

Description

Top ten annual precipitation events (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(fortmax)

Arguments

Format

A data frame with 100 observations. Each year is considered an observation, with the top ten annual precipitation events.

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(fortmax)
y <- fortmax[, -1]
gevrSeqTests(y, method = "ed")
# }

Run the code above in your browser using DataLab