Learn R Programming

UsingR (version 2.0-7)

paradise: Annual snowfall at Paradise Ranger Station, Mount Ranier

Description

Annual snowfall (from July 1 to June 30th) measured at Paradise ranger station at Mount Ranier Washington.

Usage

data(paradise)

Arguments

Format

The data is stored as a zoo class object. The time index refers to the year the snowfall begins.

Details

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.

Examples

Run this code
# NOT RUN {
require(zoo)
data(paradise)
range(paradise, na.rm=TRUE)
plot(paradise)
# }

Run the code above in your browser using DataLab