X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=man%2Fbind.tree.Rd;h=f7de459f80f2752d5f8c51f5d479dc6643b6b463;hb=17d005bd203296df262aa76d75d165e4953494c6;hp=58464e051114cab41c5b6662523f72e8fbcb641d;hpb=a03a8c554a6fde0dc4313688e3248bfae2e521e4;p=ape.git diff --git a/man/bind.tree.Rd b/man/bind.tree.Rd index 58464e0..f7de459 100644 --- a/man/bind.tree.Rd +++ b/man/bind.tree.Rd @@ -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()