paradise | R Documentation |
Annual snowfall (from July 1 to June 30th) measured at Paradise ranger station at Mount Ranier Washington.
data(paradise)
The data is stored as a zoo class object. The time index refers to the year the snowfall begins.
Due to its rapid elevation gain, and proximity to the warm moist air of the Pacific Northwest record amounts of snow can fall on Mount Ranier. This data set shows the fluctuations.
Original data from http://www.nps.gov/mora/current/weather.htm
require(zoo) data(paradise) range(paradise, na.rm=TRUE) plot(paradise)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.