Description Usage Arguments Value Author(s) See Also
View source: R/plotExperiment.R
It takes the output of runExperiment, and generates plots of ecological memory patterns for a large number of simulated pollen curves.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | 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 = ""
 )
 | 
| experiment.output | list, output of   | 
| parameters.file | dataframe of simulation parameters. | 
| experiment.title | character string, title of the plot. | 
| sampling.names | vector of character strings with the names of the columns used in the argument  | 
| legend.position | legend position in ggplot object. One of "bottom", "right", "none". | 
| R2 | boolean. If  | 
| filename | character string, path and name (without extension) of the output pdf file. | 
| strip.text.size | size of the facet's labels. | 
| axis.x.text.size | size of the labels in x axis. | 
| axis.y.text.size | size of the labels in y axis. | 
| axis.x.title.size | size of the title of the x axis. | 
| axis.y.title.size | size of the title of the y axis. | 
| title.size | size of the plot title. | 
| caption | character string, caption of the output figure. | 
A ggplot2 object.
Blas M. Benito <blasbenito@gmail.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.