plot.enumerate_parsimony: Plot all the equivalent solutions.

View source: R/parsimonyNumber.R

plot.enumerate_parsimonyR Documentation

Plot all the equivalent solutions.

Description

plot.enumerate_parsimony plots a representation of all the equivalent solutions.

Usage

## S3 method for class 'enumerate_parsimony'
plot(x, numbering = FALSE, nbr_col = 3, ...)

Arguments

x

an object of class enumerate_parsimony, result of function enumerate_parsimony

numbering

whether to number the solutions. Default to FALSE.

nbr_col

the number of columns on which to display the plot. Default to 3.

...

further arguments to be passed to plot.phylo or nodelabels.

Details

This function uses functions plot.phylo and nodelabels for the actual plotting of the trees.

Value

A plot of the equivalent shifts allocations.

See Also

plot.phylo, enumerate_parsimony, plot.equivalent_shifts, nodelabels


PhylogeneticEM documentation built on Aug. 31, 2022, 9:16 a.m.