]> git.donarmstrong.com Git - ape.git/blobdiff - man/bind.tree.Rd
removing NPRS + change bind.tree.Rd to avoid crash during R CMD check ape
[ape.git] / man / bind.tree.Rd
index 58464e051114cab41c5b6662523f72e8fbcb641d..f7de459f80f2752d5f8c51f5d479dc6643b6b463 100644 (file)
@@ -89,8 +89,8 @@ title("x")
 plot(z, show.node.label = TRUE, font = 1, root.edge = TRUE)
 title("z <- bind.tree(x, y, 2, .1)")
 
-x <- rtree(100)
-y <- rtree(100)
+x <- rtree(50)
+y <- rtree(50)
 x$root.edge <- y$root.edge <- .2
 z <- x + y
 plot(y, show.tip.label = FALSE, root.edge = TRUE); axisPhylo()