primateDNA {DAAGbio} | R Documentation |
Bases at 232 mitochondrial locations (not continuous), for each of 14 primates.
data(primateDNA)
A matrix of 14 rows (primate species) by 232 locations.
Data, originally from Masami Hasegawa, are from http://evolution.genetics.washington.edu/book/primates.dna
Felsenstein, J. 2003. Inferring Phylogenies. Sinauer.
data(primateDNA) ## Not run: library(ape) primates.dist <- dist.dna(primateDNA, model = "F84") primates.cmd <- cmdscale(primates.dist) plot(primates.cmd) ## End(Not run)