]> git.donarmstrong.com Git - ape.git/blob - man/print.phylo.Rd
current 2.1 release
[ape.git] / man / print.phylo.Rd
1 \name{print.phylo}
2 \alias{print.phylo}
3 \alias{print.multiPhylo}
4 \alias{[.multiPhylo}
5 \title{Compact Display of a Phylogeny}
6 \usage{
7 \method{print}{phylo}(x, printlen = 6 ,...)
8 \method{print}{multiPhylo}(x, details = FALSE ,...)
9 \method{[}{multiPhylo}(x, i)
10 }
11 \arguments{
12   \item{x}{an object of class \code{"phylo"} or \code{"multiPhylo"}.}
13   \item{printlen}{the number of labels to print (6 by default).}
14   \item{details}{a logical indicating whether to print information on
15     all trees.}
16   \item{i}{indices of the trees to select from a list; this may be a
17     vector of integers, logicals, or names.}
18   \item{...}{further arguments passed to or from other methods.}
19 }
20 \description{
21   These functions prints a compact summary of a phylogeny, or a list of,
22   on the console.
23 }
24 \value{
25   An object of class \code{"multiPhylo"} or NULL.
26 }
27 \author{Ben Bolker \email{bolker@zoo.ufl.edu} and Emmanuel Paradis
28   \email{Emmanuel.Paradis@mpl.ird.fr}}
29 \seealso{
30   \code{\link{read.tree}}, \code{\link{summary.phylo}},
31   \code{\link[base]{print}} for the generic R function
32 }
33 \keyword{manip}