X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=man%2Funique.multiPhylo.Rd;h=4c99159c393a0b137b82f7d41a67d87b670d20f6;hb=fb6a06e39b9c580b39c76fd95e950144e818f45d;hp=f29669804dd924d4f6a32a6b6737ff7e9386e7c3;hpb=c827059eeafc8cbe41c812b26979543ab287803e;p=ape.git diff --git a/man/unique.multiPhylo.Rd b/man/unique.multiPhylo.Rd index f296698..4c99159 100644 --- a/man/unique.multiPhylo.Rd +++ b/man/unique.multiPhylo.Rd @@ -24,14 +24,13 @@ 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) }