runExperiment.Takes the output of runExperiment, and generates plots of ecological memory patterns for a large number of simulated pollen curves.
plotExperiment(
experiment.output = NULL,
parameters.file = NULL,
ribbon = FALSE
)A ggplot2 object.
list, output of runExperiment. Default: NULL.
dataframe of simulation parameters. Default: NULL.
logical, switches plotting of confidence intervals on (TRUE) and off (FALSE). Default: FALSE.
Blas M. Benito <blasbenito@gmail.com>
plotMemory, runExperiment
Other virtualPollen:
experimentToTable(),
runExperiment()