| f.voles {Flury} | R Documentation |
Data on measurements from females of two species of voles, Microtus californicus and M. ochrogaster
data(f.voles)
A data frame with 86 observations with a factor denoting the species and a further seven variables describing various measurements in units of 0.1mm.
Speciescalifornicus ochrogasterAgeL2.CondyloL9.Inc.ForamenL7.AlveolarB3.ZygB4.InterorbitalH1.SkullThe letter-number at the start of the variable name refers to the variable names used by the authors in the original publication.
Airoldi, J.-P. and R.S. Hoffmann (1984) "Age variation in volves (Microtus californicus, M. ochrogaster) and its significance for systematic studies" Occasional papers of the Museum of Natural History, University of Kansas, Lawrence KS 111:1-45
Flury, B.D. (1997) A First Course in Multivariate Statistics, New York: Springer
data(f.voles)
## Not run:
pairs(f.voles[,-1],
lower.panel = function(x, y){ points(x, y,
pch = unclass(f.voles[,1]),
col = as.numeric(f.voles[,1]))},
main = "Pairwise scatter plots for Female vole data")
## End(Not run)