Description Usage Arguments Examples
Plot output of evolFFT
and evolMTM
in TSAUMN
1 2 3 | plotFTSpec(evol, Log = F, fscale = c("Frequency", "Octave", "Period"),
pal = colorRampPalette(RColorBrewer::brewer.pal(11, "Spectral"))(256),
xlab = "Time", ylab = "Frequency", dynRange = 0)
|
evol |
return value of |
Log |
plot log10 of power spectrum, defaults to FALSE |
fscale |
one of "Frequency" (default), "Period" or "Octave" The latter two display period on a log10 scale and frequency on a log2 scale respectively. plot log2 of frequency, defaults to FALSE |
pal |
color palette, defaults to a dark spectrum |
xlab |
label for time axis, defaults to "Time" |
ylab |
label for frequency/period axis, defaults to "Frequency" or "Period" as appropriate |
dynRange |
orders of magnitude beneath peak to include in color scale. Defaults to full range. |
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.