Plotting function wrapper
plotEvolution(data, type, ...)
| data | Simulation output data obtained from [retrocombinator::parseEvolutionOutput()()] |
|---|---|
| type | What should be plotted?
|
| ... | Any additional arguments to pass to specialised plotting functions (currently unused) |
A corresponding evolutionary history plot, based on the simulation of the evolution of retrotransposons
if (FALSE) { plotEvolution(myData, "initial") }