Usage
bootstrap.pml(x, bs = 100, trees = TRUE, ...)
bootstrap.phyDat(x, FUN, bs = 100, ...)
plotBS(tree, BStrees, type="unrooted", bs.col="black", bs.adj=c(0.5, 0.5), ...)
Arguments
x
an object of class pml
or phyDat
.
bs
number of bootstrap samples.
trees
return trees only (default) or whole pml
objects.
...
further parameters used by optim.pml
or plot.phylo
.
FUN
the function to estimate the trees.
tree
The tree on which edges the bootstrap values are plotted.
BStrees
a list of trees (object of class "multiPhylo").
bs.col
color of bootstrap support labels.
bs.adj
one or two numeric values specifying the horizontal and vertical justification of the bootstrap labels.