Skip to contents

Takes the output of runExperiment, and generates plots of ecological memory patterns for a large number of simulated pollen curves.

Usage

plotExperiment(
  experiment.output = NULL,
  parameters.file = NULL,
  ribbon = FALSE
)

Arguments

experiment.output

list, output of runExperiment. Default: NULL.

parameters.file

dataframe of simulation parameters. Default: NULL.

ribbon

logical, switches plotting of confidence intervals on (TRUE) and off (FALSE). Default: FALSE.

Value

A ggplot2 object.

Author

Blas M. Benito <blasbenito@gmail.com>