| 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.
Rootstock1 2 3 4 5 6Girth.4Growth.4Girth.15Weight.15Andrews 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)