X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=man%2Fbind.tree.Rd;h=f7de459f80f2752d5f8c51f5d479dc6643b6b463;hb=dfabbb4721bc499ee9e5ee9aadcfd59ff3d4f223;hp=ff8cafe8d1b95c0864680b6fc2deb8ee39418679;hpb=90f18c75d642f56b020bc6e0cdd0c5949c1d9a1d;p=ape.git diff --git a/man/bind.tree.Rd b/man/bind.tree.Rd index ff8cafe..f7de459 100644 --- a/man/bind.tree.Rd +++ b/man/bind.tree.Rd @@ -1,9 +1,10 @@ \name{bind.tree} \alias{bind.tree} +\alias{+.phylo} \title{Binds Trees} \usage{ bind.tree(x, y, where = "root", position = 0, interactive = FALSE) -\method{+}{phylo}(x, y) +\special{x + y} } \arguments{ \item{x}{an object of class \code{"phylo"}.} @@ -88,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()