plot_summary | R Documentation |
Creates a summary plot of a collection of Spectra
plot_summary(x, fun = mean, se = TRUE, ...)
x |
an object of class |
fun |
an aggregation function |
se |
if TRUE, plots the standard deviation around the summary spectra
(computed by function as given by |
... |
additional parameters, currently ignored |
Pierre Roudier
oz <- load_oz()
plot_summary(oz)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.