]> git.donarmstrong.com Git - ape.git/blobdiff - man/boot.phylo.Rd
new trex() + kronoviz() and bug fixing in identify.phylo()
[ape.git] / man / boot.phylo.Rd
index 5c05fd1f0bf41d799e572b7e941c5e5cd8364f02..448a4d8ac0a4ad4fe7a176114b819883451db71f 100644 (file)
@@ -8,7 +8,7 @@
 \title{Tree Bipartition and Bootstrapping Phylogenies}
 \usage{
 boot.phylo(phy, x, FUN, B = 100, block = 1, trees = FALSE)
-prop.part(..., check.labels = FALSE)
+prop.part(..., check.labels = TRUE)
 prop.clades(phy, ..., part = NULL)
 \method{print}{prop.part}(x, ...)
 \method{summary}{prop.part}(object, ...)
@@ -30,9 +30,8 @@ prop.clades(phy, ..., part = NULL)
     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"}.}
@@ -45,7 +44,9 @@ prop.clades(phy, ..., part = NULL)
   These functions analyse bipartitions found in a series of trees.
 
   \code{prop.part} counts the number of bipartitions found in a series
-  of trees given as \code{\dots}.
+  of trees given as \code{\dots}. If a single tree is passed, the
+  returned object is a list of vectors with the tips descending from
+  each node (i.e., clade compositions indexed by node number).
 
   \code{prop.clades} counts the number of times the bipartitions present
   in \code{phy} are present in a series of trees given as \code{\dots} or
@@ -63,11 +64,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
@@ -112,7 +113,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}}
 }