]> git.donarmstrong.com Git - ape.git/blobdiff - man/subtreeplot.Rd
finally the new plot.phylo...
[ape.git] / man / subtreeplot.Rd
index c9f80cee949ee3ded03824a218ef4561410da23d..f72ab8f076c7b0465d02b0b64ab0271bdfade449 100644 (file)
@@ -6,7 +6,7 @@
   (supposedly large) and a portion of it determined by clicking on the nodes of the phylogeny. On exit, returns the last subtree visualized.
 }
 \usage{
-subtreeplot(phy, wait=FALSE, ...)
+subtreeplot(x, wait=FALSE, ...)
 }
 
 \arguments{
@@ -28,6 +28,7 @@ subtreeplot(phy, 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}