Learn R Programming

UsingR (version 2.0-7)

mw.ages: Age distribution in year 2000 in Maplewood New Jersey

Description

Age distribution in Maplewood New Jersey, a suburb of New York City. Data is broken down by Male and Female.

Usage

data(mw.ages)

Arguments

Format

A data frame with 103 observations on the following 2 variables.

Male

Counts per age group. Most groups are 1 year, except for 100-104, 105-110, 110+

Female

Same

Examples

Run this code
# NOT RUN {
data(mw.ages)
barplot(mw.ages$Male + mw.ages$Female)
# }

Run the code above in your browser using DataLab