R/specStats.R
specStats.Rd
Given a list of outputs from meanspec generates a plot with the mean shown by a line, and either the minimum/maximum values or one standard deviation shown by a ribbon.
specStats(spectra, stats = "minMax", line.col = "black", ribbon.col = "grey70")
A list of spectra
Either minMax or sd
Colour for the line
Colour for the ribbon
A ggplot2 object