Plot the output of `computeSpectraEns` as a ribbon plot of distributions, with specified confidence levels
plotSpectraEns(
spec.ens,
cl.df = NULL,
x.lims = NULL,
x.ticks = c(10, 20, 50, 100, 200, 500, 1000),
y.lims = NULL,
color.low = "white",
color.high = "grey70",
color.line = "Black",
color.cl = "red",
alp = 0.5
)list or dataframe containing frequency (freq) and power (pwr); typically output of computeSpectraEns
list or dataframe containing confidence limits (90, 95 and 99%) as well as frequency (freq)
2-element vector defining the range of periods (x-axis)
n-element vector of the periods labeled
2-element vector defining the range of spectral power (y-axis)
Color of the outermost band; the extreme quantiles of the distribution
Color of the innermost band; the central quantiles of the distribution
Line color (following ggplot rules)
color of the lines representing the confidence limits (90, 95, 99%)
alpha (transparency) parameter for the ribbons
a ggplot object
`plotSpectraEns` re-uses `plotTimeseriesRibbons` and therefore the same graphical conventions. Spectra are plotted on a log-log scale, with the x-axis labeled by periods instead of frequencies, for improved intelligibility.
Other plot:
plotChron(),
plotChronEns(),
plotChronEnsDiff(),
plotCorEns(),
plotHistEns(),
plotLine(),
plotModelDistributions(),
plotPcaEns(),
plotPvalsEnsFdr(),
plotRegressEns(),
plotScatterEns(),
plotScreeEns(),
plotSpectrum(),
plotSummary(),
plotSummaryTs(),
plotTimeseriesEnsLines(),
plotTimeseriesEnsRibbons(),
plotTimeseriesStack(),
plotTrendLinesEns()