Description Usage Format Source References Examples
Two species of flea beetle (Haltica oleracea, H. carduourum), with 4 body measurements
1 |
A data frame with 39 observations; 19 from Haltica oleracea and 20 from H. carduourum (denoted by a factor) and four measurements.
Speciesa factor with levels oleracea carduorum
TGDistange of the Transverse Groove to the posterior border of the prothorax (microns)
ElytraLength of the Elytra (in units of 0.01mm)
Second.AntennaLength of the second antennal joint (microns)
Third.AntennaLength of the third antennal joint (microns)
Lubischew, A.A. (1962) “On the use of discriminant functions in taxonomy”. Biometrics 18:455-477
Flury, B.D. (1997) A First Course in Multivariate Statistics, New York: Springer
1 2 3 4 5 6 7 8 | data(flea.beetles)
## Not run: pairs(flea.beetles[,-1],
lower.panel = function(x, y){ points(x, y,
pch = unclass(flea.beetles[,1]),
col = unclass(flea.beetles[,1]))},
main = "Pairwise scatter plots for Lubischew's Flea Beetle data")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.