Write a tree to file with ancestral states and (optionally) CIs at nodes
This function writes a tree to file with ancestral character states and (optionally) 95-percent confidence intervals stored as node value..
writeAncestors(tree, Anc=NULL, file="", digits=6, format=c("phylip","nexus"), ...)
tree |
a phylogenetic tree or set of trees as an object of class |
Anc |
a vector of ancestral states, a list containing the ancestral states and 95-percent confidence intervals (as from |
file |
an optional string with the filename for output. |
digits |
an integer indicating the number of digits to print for branch lengths and ancestral character values. |
format |
a string indicating whether to output the result in simple Newick (i.e., |
... |
additional arguments including |
A file, string, or vector of strings.
Liam Revell liam.revell@umb.edu
Revell, L. J. (2012) phytools: An R package for phylogenetic comparative biology (and other things). Methods Ecol. Evol., 3, 217-223.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.