weather: January Weather Data for Kalamazoo

weatherR Documentation

January Weather Data for Kalamazoo

Description

January weather data for Kalamazoo, MI for the years 1900 to 1995. It is discussed in Example 4.7.4, page 106, of Kloke and McKean (2014).

Usage

data(weather)

Format

Ninety-six observations (1900-1995) for twelve weather variables.

avemax

avemax

avemin

avemin

coldestmax

coldestmax

hihest

hihest

lowest

lowest

maxdayprec

maxdayprec

maxdaysnowfall

maxdaysnowfall

meantmp

meantmp

totalprec

totalprec

totalsnow

totalsnow

warmest

warmest

year

year

Source

http://weather-warehouse.com/WeatherHistory/

References

Kloke, J. and McKean, J.W. (2014), Nonparametric statistical methods using R, Boca Raton, FL: Chapman-Hall.

Examples

plot(avemax ~ year,data=weather)

npsm documentation built on Nov. 15, 2023, 1:08 a.m.