plot_summary {spectacles} | R Documentation |
Summary plot of a collection of spectra
Description
Creates a summary plot of a collection of Spectra
Usage
plot_summary(x, fun = mean, se = TRUE, ...)
Arguments
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 |
Author(s)
Pierre Roudier
Examples
oz <- load_oz()
plot_summary(oz)
[Package spectacles version 0.5-4 Index]