]> git.donarmstrong.com Git - ape.git/blobdiff - man/subtreeplot.Rd
fix in birthdeath()
[ape.git] / man / subtreeplot.Rd
index ce6863ecdde096270d3e6b73fdf88f58d8a7d76b..33f846993f5586383387a6a0cad685dad75d29b9 100644 (file)
@@ -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}