X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=man%2Fboot.phylo.Rd;fp=man%2Fboot.phylo.Rd;h=2e166656c4e858f6ccca93f7f57a49a854828eaf;hb=5090ae602c33e1cd3bbdbd2429a43daa8188b8c3;hp=8ac86689fa9582f4f8a06769f15b0af2fbcbc9ff;hpb=0d2caf41f13f7a3e8a313274cf819147940eac69;p=ape.git diff --git a/man/boot.phylo.Rd b/man/boot.phylo.Rd index 8ac8668..2e16665 100644 --- a/man/boot.phylo.Rd +++ b/man/boot.phylo.Rd @@ -133,11 +133,11 @@ tr <- f(woodmouse) for (i in 1:5) print(boot.phylo(tr, woodmouse, f, quiet = TRUE)) ### How many partitions in 100 random trees of 10 labels?... -TR <- replicate(100, rtree(10), FALSE) +TR <- rmtree(100, 10) pp10 <- prop.part(TR) length(pp10) ### ... and in 100 random trees of 20 labels? -TR <- replicate(100, rtree(20), FALSE) +TR <- rmtree(100, 20) pp20 <- prop.part(TR) length(pp20) plot(pp10, pch = "x", col = 2)