Usage
bootstrap.pml(x, bs = 100, trees = TRUE, multicore=FALSE, ...)
bootstrap.phyDat(x, FUN, bs = 100, multicore=FALSE, ...)
plotBS(tree, BStrees, type="unrooted", bs.col="black", bs.adj=NULL, ...)
Arguments
x
an object of class pml or phyDat.
bs
number of bootstrap samples.
trees
return trees only (default) or whole pml objects.
multicore
logical, if TRUE analysis is performed in parallel (see details).
...
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").
type
the type of tree to plot, so far "cladogram", "phylogram" and "unrooted" are supprted.
bs.col
color of bootstrap support labels.
bs.adj
one or two numeric values specifying the horizontal and vertical justification of the bootstrap labels.