]> git.donarmstrong.com Git - ape.git/blobdiff - man/print.phylo.Rd
removing evolve.phylo + bug fix in as.phylo.hclust
[ape.git] / man / print.phylo.Rd
index 1d216b3e6f69fe50cd8416e7ef73f1ffefc55dd0..466fe87de08fa5c8477139b317ea2e838179ef29 100644 (file)
   \item{i}{indices of the tree(s) to select from a list; this may be a
     vector of integers, logicals, or names.}
   \item{name}{a character string specifying the tree to be extracted.}
-  \item{...}{further arguments passed to or from other methods.}
+  \item{\dots}{further arguments passed to or from other methods.}
 }
 \description{
-  These functions prints a compact summary of a phylogeny, or a list of,
-  on the console.
+  These functions prints a compact summary of a phylogeny, or a list of
+  phylogenies, on the console.
 
   The operators \code{[}, \code{[[}, and \code{$} propagate the class
   correctly.
 }
 \value{
   An object of class \code{"phylo"} (\code{[[}, \code{$}) or of class
-  \code{"multiPhylo"} (\code{[[}), or NULL.
+  \code{"multiPhylo"} (\code{[}), or NULL.
 }
-\author{Ben Bolker \email{bolker@zoo.ufl.edu} and Emmanuel Paradis
-  \email{Emmanuel.Paradis@mpl.ird.fr}}
+\author{Ben Bolker \email{bolker@zoo.ufl.edu} and Emmanuel Paradis}
 \seealso{
   \code{\link{read.tree}}, \code{\link{summary.phylo}},
   \code{\link[base]{print}} for the generic R function