plot.enumerate_parsimony
plots a representation of all the equivalent
solutions.
# S3 method for enumerate_parsimony
plot(x, numbering = FALSE, nbr_col = 3, ...)
an object of class enumerate_parsimony
, result of
function enumerate_parsimony
whether to number the solutions. Default to FALSE.
the number of columns on which to display the plot. Default to 3.
further arguments to be passed to plot.phylo
or
nodelabels
.
A plot of the equivalent shifts allocations.
This function uses functions plot.phylo
and
nodelabels
for the actual plotting of the trees.