apples {Flury} | R Documentation |
Growth and size measurements on eight apple trees of each of six different rootstocks.
data(apples)
A data frame with 48 observations on the following 5 variables.
Rootstock
1
2
3
4
5
6
Girth.4
Growth.4
Girth.15
Weight.15
Andrews D.F. and A.M Herzberg (1985) Data New York:Springer
Flury, B.D. (1997) A First Course in Multivariate Statistics, New York: Springer
data(apples) ## Not run: pairs(apples[,-1], lower.panel = function(x, y){ points(x, y, pch = unclass(apples[,1]), col = as.numeric(apples[,1]))}, main = "Pairwise scatter plots for apple rootstocks") ## End(Not run)