ape (version 1.8-4)

write.tree: Write Tree File in Parenthetic Format

Description

This function writes in a file a tree in parenthetic format using the Newick (also known as New Hampshire) format.

Usage

write.tree(phy, file = "", append = FALSE, format = "Newick",
           multi.line = TRUE, digits = 10)

Arguments

Value

a vector of mode character if file = "", none (invisible `NULL') otherwise.

Details

The node labels and the root edge length, if available, are written in the file.

References

Felsenstein, J. The Newick tree format. http://evolution.genetics.washington.edu/phylip/newicktree.html

Olsen, G. Interpretation of the "Newick's 8:45" tree format standard. http://evolution.genetics.washington.edu/phylip/newick_doc.html

See Also

read.tree, read.nexus, write.nexus