X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=man%2Fsubtreeplot.Rd;h=f72ab8f076c7b0465d02b0b64ab0271bdfade449;hb=8883719a9139685f26d4c0c4cb26872d5f6d0d96;hp=62c621b2ad9755dae4f2d74e450e709267336a2e;hpb=bab1a9f9a25774bb2c11430540b02f1b91f458bc;p=ape.git diff --git a/man/subtreeplot.Rd b/man/subtreeplot.Rd index 62c621b..f72ab8f 100644 --- a/man/subtreeplot.Rd +++ b/man/subtreeplot.Rd @@ -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}