HowTo/InputtingTrees (R language)

http://www.r-phylo.org/wiki/HowTo/InputtingTrees

The commands referenced below are all part of special phylogenetic packages in R, not the basic R install. Be sure that you have installed and loaded the packages containing the commands referenced below before continuing. For example:

library(ape)

This loads the package ape and its required packages, gee, nlme and lattice, into your R […]