]> git.donarmstrong.com Git - ape.git/blobdiff - man/unique.multiPhylo.Rd
provisional version of the new reorder.phylo()
[ape.git] / man / unique.multiPhylo.Rd
index f29669804dd924d4f6a32a6b6737ff7e9386e7c3..4c99159c393a0b137b82f7d41a67d87b670d20f6 100644 (file)
   an object of class \code{"multiPhylo"} which is a list of objects of
   class \code{"phylo"}.
 }
-\author{Emmanuel Paradis \email{Emmanuel.Paradis@mpl.ird.fr}}
+\author{Emmanuel Paradis}
 \seealso{
   \code{all.equal.phylo}, \code{\link[base]{unique}} for the generic R
   function, \code{read.tree}, \code{read.nexus}
 }
 \examples{
-TR <- replicate(50, rtree(4), simplify = FALSE)
-class(TR) <- "multiPhylo" # set the class!
+TR <- rmtree(50, 4)
 length(unique(TR)) # not always 15...
 howmanytrees(4)
 }