Mammal tree data

Published

December 23, 2022

library(ape)
tree2<- read.tree("~/Dropbox/NSCT/112年計畫113年八月/phyNB2reg/rcode/mammal2.nwk")
tree2

Phylogenetic tree with 20 tips and 19 internal nodes.

Tip labels:
  Didelphis_marsupialis, Bettongia_lesueur, Macropus_eugenii, Trichosurus_vulpecula, Petaurus_breviceps, Erinaceus_europaeus, ...
Node labels:
  , '10', '11', '13', '14', '51', ...

Rooted; includes branch lengths.
#tree2$tip.label
plot(tree2)