X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=man%2Fsubtreeplot.Rd;fp=man%2Fsubtreeplot.Rd;h=33f846993f5586383387a6a0cad685dad75d29b9;hb=477a8f1b7e5841202ef29d3d8af3c93acd35c043;hp=ce6863ecdde096270d3e6b73fdf88f58d8a7d76b;hpb=40eeb40e48bccc220826860ce0ada4521cbc0148;p=ape.git diff --git a/man/subtreeplot.Rd b/man/subtreeplot.Rd index ce6863e..33f8469 100644 --- a/man/subtreeplot.Rd +++ b/man/subtreeplot.Rd @@ -30,12 +30,12 @@ subtreeplot(x, wait=FALSE, ...) \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. +tree1 <- rtree(50) +tree2 <- subtreeplot(tree1, wait = TRUE) # on exit, tree2 will be a subtree of tree1 #example 2: more than one zoom -tree1<-rtree(60) -tree2<-subtreeplot(subtreeplot(subtreeplot(tree1))) #allows three succssive zooms. +tree1 <- rtree(60) +tree2 <- subtreeplot(subtreeplot(subtreeplot(tree1))) # allow three succssive zooms } } \keyword{hplot}