30.09.2014 Views

Package 'extRemes' - What are R and CRAN?

Package 'extRemes' - What are R and CRAN?

Package 'extRemes' - What are R and CRAN?

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

32 FCwx<br />

## End(Not run)<br />

FCwx<br />

Fort Collins, Colorado Weather Data<br />

Description<br />

Usage<br />

Format<br />

Details<br />

Source<br />

Weather data from Fort Collins, Colorado, U.S.A. from 1900 to 1999.<br />

data(FCwx)<br />

The format is: chr "FCwx"<br />

Data frame with components:<br />

Year: integer years from 1900 to 1999,<br />

Mn: integer months from 1 to 12,<br />

Dy: integer days of the month (i.e., from 1 to 28, 29, 30 or 31 depending on the month/year),<br />

MxT: integer valued daily maximum temperature (degrees Fahrenheit),<br />

MnT: integer valued daily minimum temperature (degrees Fahrenheit),<br />

Prec: numeric giving the daily accumulated precipitation (inches),<br />

Snow: numeric daily accumulated snow amount,<br />

SnCv: numeric daily snow cover amount<br />

Colorado Climate Center, Colorado State University (http://ulysses.atmos.colostate.edu).<br />

References<br />

Katz, R. W., Parlange, M. B. <strong>and</strong> Naveau, P. (2002) Statistics of extremes in hydrology. Advances<br />

in Water Resources, 25, 1287–1304.<br />

Examples<br />

data(FCwx)<br />

str(FCwx)<br />

plot(FCwx$Mn, FCwx$Prec)<br />

plot(1:36524, FCwx$MxT, type="l")

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!