runExperiment
.It 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,
experiment.title = NULL,
sampling.names = NULL,
legend.position = "bottom",
R2 = NULL,
filename = NULL,
strip.text.size = 12,
axis.x.text.size = 8,
axis.y.text.size = 12,
axis.x.title.size = 14,
axis.y.title.size = 14,
title.size = 18,
caption = ""
)
list, output of runExperiment
.
dataframe of simulation parameters.
character string, title of the plot.
vector of character strings with the names of the columns used in the argument simulations.file
of runExperiment
. If NULL
, no pdf plot is produced.
legend position in ggplot object. One of "bottom", "right", "none".
boolean. If TRUE
, pseudo R-squared values are printed along with the traits of the virtual taxa.
character string, path and name (without extension) of the output pdf file.
size of the facet's labels.
size of the labels in x axis.
size of the labels in y axis.
size of the title of the x axis.
size of the title of the y axis.
size of the plot title.
character string, caption of the output figure.
A ggplot2 object.