Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

precipitation

Annual Precipitation in US Cities


Description

The average amount of precipitation (rainfall) in inches for each of 70 United States (and Puerto Rico) cities.

Usage

precipitation

Format

A named vector of length 70.

Details

This is a clone of the precip R dataset to avoid a bug in R.

Source

Statistical Abstracts of the United States, 1975.

References

McNeil, D. R. (1977) Interactive Data Analysis. New York: Wiley.

Examples

require(graphics)
data(precipitation)
dotchart(precipitation[order(precipitation)], main="precipitation data")
title(sub = "Average annual precipitation (in.)")

reldist

Relative Distribution Methods

v1.6-6
GPL-3 + file LICENSE
Authors
Mark S. Handcock <handcock@stat.ucla.edu>
Initial release
2016-10-07

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.