write.tree(phy, file = "", append = FALSE, digits = 10, tree.names = FALSE)
"phylo"
or "multiPhylo"
.file = ""
(the default) then the
tree is written on the standard output connection (i.e. the console).TRUE
the tree is appended to the file
without erasing the data possibly existing in the file, otherwise
the file (if it exists) is overwritten (FALSE
the default).TRUE
then any tree names will be written prior to the tree on
each line. If character, specifies the name of "phylo"
objects which can be written to the file.file = ""
, none (invisible
NULL
) otherwise.
If tree.names == TRUE
then a variant of the Newick format is
written for which the name of a tree precedes the Newick format tree
(parentheses are eventually deleted beforehand). The tree names are
taken from the names
attribute if present (they are ignored if
tree.names
is a character vector).
Olsen, G. Interpretation of the "Newick's 8:45" tree format standard. http://evolution.genetics.washington.edu/phylip/newick_doc.html
read.tree
, read.nexus
,
write.nexus