Description Usage Format Details Source Examples
This data set contains informaion on the volume of toxic chemicals released in each state during 2006, deaths from cancer during 2008, and the surface area of each state.
1 |
A data frame with 41 observations on the following 15 variables.
Statea factor with levels Alabama Alaska Arizona ...
total_toxic_chemicalsa numeric vector
total_on_sitea numeric vector
air_on_sitea numeric vector
other_on_sitea numeric vector
off_sitea numeric vector
Surface_Areaa numeric vector
new_totala numeric vector
new_breasta numeric vector
new_lunga numeric vector
deaths_totala numeric vector
deaths_breasta numeric vector
deaths_lunga numeric vector
Populationa numeric vector
State_Abbreva factor with levels AK, AL, AR ...
This data is used as an example in the book "R in a Nutshell," from O'Reilly Media.
This data was taken from several tables in the Statistical Abstract of the United States. You can download this data from http://www.census.gov/compendia/statab
1 2 3 4 | data(toxins.and.cancer)
attach(toxins.and.cancer)
plot(total_toxic_chemicals/Surface_Area,deaths_total/Population)
plot(air_on_site/Surface_Area,deaths_lung/Population)
|
Loading required package: nutshell.bbdb
Loading required package: nutshell.audioscrobbler
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.