SimulExample {PHYLOGR} | R Documentation |
A simulated data set; the phylogeny is based in Bauwens and Diaz-Uriarte (1997), such as is included in the file ifsm.pdi (in the Examples directory). But the data are all completely fictitious and have nothing to do with lacertids (or, for that matter, with any other creatures).
This data frame contains the following columns:
Carnivore
Herbivore
Ommnivore
Bauwens, D., and Diaz-Uriarte, R. (1997) Covariation of life-history traits in lacertid lizards: a comparative study. The American Naturalist, 149, 91-11
# a canonical correlation example data(SimulExample) ex1.cancor <- cancor.phylog(SimulExample[,c(1,2,3,4,5)],SimulExample[,c(1,2,6,7,8)]) ex1.cancor summary(ex1.cancor) plot(ex1.cancor)