f.voles: Female vole data

Description Usage Format Details Source References Examples

Description

Data on measurements from females of two species of voles, Microtus californicus and M. ochrogaster

Usage

1

Format

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.

Species

a factor with levels californicus ochrogaster

Age

Age in Days

L2.Condylo

Condylo incisive length

L9.Inc.Foramen

Incisive foramen length

L7.Alveolar

Alveolar length of upper molar tooth row

B3.Zyg

Zygomatic width

B4.Interorbital

Interoribital width

H1.Skull

Skull height

Details

The letter-number at the start of the variable name refers to the variable names used by the authors in the original publication.

Source

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

References

Flury, B.D. (1997) A First Course in Multivariate Statistics, New York: Springer

Examples

1
2
3
4
5
6
7
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)

Flury documentation built on May 1, 2019, 6:50 p.m.