print.phylo {ape} | R Documentation |
These functions prints a compact summary of a phylogeny, or a list of, on the console.
## S3 method for class 'phylo': print(x, printlen = 6 ,...) ## S3 method for class 'multi.tree': print(x, details = FALSE ,...)
x |
an object of class "phylo" . |
printlen |
the number of labels to print (6 by default). |
details |
a logical indicating whether to print information on all trees. |
... |
further arguments passed to or from other methods. |
A NULL value is returned, the results are simply printed.
Ben Bolker bolker@zoo.ufl.edu and Emmanuel Paradis Emmanuel.Paradis@mpl.ird.fr
read.tree
, summary.phylo
,
print
for the generic R function