mw.ages {UsingR} | R Documentation |
Age distribution in Maplewood New Jersey, a suburb of New York City. Data is broken down by Male and Female.
data(mw.ages)
A data frame with 103 observations on the following 2 variables.
US Census 2000 data from http://factfinder.census.gov/
data(mw.ages) barplot(mw.ages$Male + mw.ages$Female)