Last chance! 50% off unlimited learning
Sale ends in
data(veuvage)
veuvage
is a list of 2 components.
data(veuvage)
par(mfrow = c(3,2))
for (j in 1:6) plot(veuvage$age, veuvage$tab[,j],
xlab = "�ge", ylab = "pourcentage de veufs",
type = "b", main = names(veuvage$tab)[j])
par(mfrow = c(1,1))
Run the code above in your browser using DataLab