USArrests {datasets}
Description
This data set contains statistics, in arrests per 100,000 residents for assault, murder, and rape in each of the 50 US states in 1973. Also given is the percent of the population living in urban areas.
Usage
USArrests
References
McNeil, D. R. (1977) Interactive Data Analysis. New York: Wiley.
See Also
The state data sets.
Examples
require(graphics) pairs(USArrests, panel = panel.smooth, main = "USArrests data")
Documentation reproduced from R 2.15.0. License: GPL-2.
