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