Learn R Programming

memoria (version 1.1.0)

plotExperiment: Plots the output of runExperiment.

Description

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
)

Value

A ggplot2 object.

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.

Author

Blas M. Benito <blasbenito@gmail.com>

See Also

plotMemory, runExperiment

Other virtualPollen: experimentToTable(), runExperiment()