]> git.donarmstrong.com Git - ape.git/blobdiff - man/bind.tree.Rd
various changes to DNAbin functions + new labels.DNAbin()
[ape.git] / man / bind.tree.Rd
index ff8cafe8d1b95c0864680b6fc2deb8ee39418679..f7de459f80f2752d5f8c51f5d479dc6643b6b463 100644 (file)
@@ -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()