]> git.donarmstrong.com Git - ape.git/blobdiff - man/boot.phylo.Rd
a few bug fixes especially in plot.phylo()
[ape.git] / man / boot.phylo.Rd
index fa39eb7ce126a3c16913a3412d59cdbc843ca20c..f0a650b44caa434854050f6b2cf900211dde7e76 100644 (file)
@@ -7,8 +7,8 @@
 \alias{plot.prop.part}
 \title{Tree Bipartition and Bootstrapping Phylogenies}
 \usage{
-boot.phylo(phy, x, FUN, B = 100, block = 1)
-prop.part(..., check.labels = FALSE)
+boot.phylo(phy, x, FUN, B = 100, block = 1, trees = FALSE)
+prop.part(..., check.labels = TRUE)
 prop.clades(phy, ..., part = NULL)
 \method{print}{prop.part}(x, ...)
 \method{summary}{prop.part}(object, ...)
@@ -23,14 +23,15 @@ prop.clades(phy, ..., part = NULL)
   \item{B}{the number of bootstrap replicates.}
   \item{block}{the number of columns in \code{x} that will be resampled
     together (see details).}
+  \item{trees}{a logical specifying whether to return the bootstraped
+    trees (\code{FALSE} by default).}
   \item{\dots}{either (i) a single object of class \code{"phylo"}, (ii) a
     series of such objects separated by commas, or (iii) a list
     containing such objects. In the case of \code{plot} further
     arguments for the plot (see details).}
   \item{check.labels}{a logical specifying whether to check the labels
-    of each tree. If \code{FALSE} (the default), it is assumed that all
-    trees have the same tip labels, and that they are in the same order
-    (see details).}
+    of each tree. If \code{FALSE}, it is assumed that all trees have the
+    same tip labels, and that they are in the same order (see details).}
   \item{part}{a list of partitions as returned by \code{prop.part}; if
     this is used then \code{\dots} is ignored.}
   \item{object}{an object of class \code{"prop.part"}.}
@@ -61,11 +62,11 @@ prop.clades(phy, ..., part = NULL)
   be resampled altogether. For instance, if one wants to resample at the
   codon-level, then \code{block = 3} must be used.
 
-  Using (the default) \code{check.labels = FALSE} in \code{prop.part}
-  results in considerable decrease in computing times. This requires that
-  (i) all trees have the same tip labels, \emph{and} (ii) these labels
-  are ordered similarly in all trees (in other words, the element
-  \code{tip.label} are identical in all trees).
+  Using \code{check.labels = FALSE} in \code{prop.part} decreases
+  computing times. This requires that (i) all trees have the same tip
+  labels, \emph{and} (ii) these labels are ordered similarly in all
+  trees (in other words, the element \code{tip.label} are identical in
+  all trees).
 
   The plot function represents a contingency table of the different
   partitions (on the \emph{x}-axis) in the lower panel, and their observed
@@ -95,7 +96,10 @@ prop.clades(phy, ..., part = NULL)
 
   \code{prop.clades} and \code{boot.phylo} return a numeric vector
   which \emph{i}th element is the number associated to the \emph{i}th
-  node of \code{phy}.
+  node of \code{phy}. If \code{trees = TRUE}, \code{boot.phylo} returns
+  a list whose first element (named \code{"BP"}) is like before, and the
+  second element (\code{"trees"}) is a list with the bootstraped
+  trees.
 
   \code{summary} returns a numeric vector.
 }
@@ -107,7 +111,7 @@ prop.clades(phy, ..., part = NULL)
   Felsenstein, J. (1985) Confidence limits on phylogenies: an approach
   using the bootstrap. \emph{Evolution}, \bold{39}, 783--791.
 }
-\author{Emmanuel Paradis \email{Emmanuel.Paradis@mpl.ird.fr}}
+\author{Emmanuel Paradis}
 \seealso{
   \code{\link{dist.topo}}, \code{\link{consensus}}, \code{\link{nodelabels}}
 }