ape (version 2.2-3)

print.phylo: Compact Display of a Phylogeny

Description

These functions prints a compact summary of a phylogeny, or a list of, on the console.

The operators [, [[, and $ propagate the class correctly.

Usage

## S3 method for class 'phylo':
print(x, printlen = 6 ,...)
## S3 method for class 'multiPhylo':
print(x, details = FALSE ,...)
## S3 method for class 'multiPhylo':
[(x, i)
## S3 method for class 'multiPhylo':
[[(x, i)
## S3 method for class 'multiPhylo':
$(x, name)
## S3 method for class 'multiPhylo':
str(object, ...)

Arguments

Value

An object of class "phylo" ([[, $) or of class "multiPhylo" ([[), or NULL.

See Also

read.tree, summary.phylo, print for the generic R function