powered by
The estimated life expectancy for newborn Danes split according to gender.
A data frame with 70 observations on the following 3 variables.
year
a character vector
male
a numeric vector
female
myear
# NOT RUN { data(lifeexpect) plot(lifeexpect$myear, lifeexpect$male) # }
Run the code above in your browser using DataLab