]> git.donarmstrong.com Git - ape.git/blobdiff - man/subtreeplot.Rd
new LTT plot functions + updated reference in yule.time.Rd
[ape.git] / man / subtreeplot.Rd
index 62c621b2ad9755dae4f2d74e450e709267336a2e..ce6863ecdde096270d3e6b73fdf88f58d8a7d76b 100644 (file)
@@ -12,7 +12,7 @@ subtreeplot(x, wait=FALSE, ...)
 \arguments{
   \item{x}{an object of class \code{"phylo"}.}
   \item{wait}{a logical indicating whether the node beeing processed should be printed (useful for big phylogenies).}
-  \item{...}{further arguments passed to \code{plot.phylo}.}
+  \item{\dots}{further arguments passed to \code{plot.phylo}.}
 }
 \details{
   This function aims at easily exploring very large trees. The main argument is
@@ -28,6 +28,7 @@ subtreeplot(x, wait=FALSE, ...)
   \code{\link{plot.phylo}}, \code{\link{drop.tip}}, \code{\link{subtrees}}
 }
 \examples{
+\dontrun{
 #example 1: simple
 tree1<-rtree(50) #random tree with 50 leaves
 tree2<-subtreeplot(tree1, wait=TRUE) # on exit, tree2 will be a subtree of tree1.
@@ -36,4 +37,5 @@ tree2<-subtreeplot(tree1, wait=TRUE) # on exit, tree2 will be a subtree of tree1
 tree1<-rtree(60)
 tree2<-subtreeplot(subtreeplot(subtreeplot(tree1))) #allows three succssive zooms.
 }
+}
 \keyword{hplot}