Plots the scalogram resulting from fcwt().
Requires ggplot2.
Usage
# S3 method for fcwtr_scalogram
plot(x, n = 1000, ...)
Value
No return value, called for side effects.
Arguments
x
An object resulting from fcwt().
n
The plotting function reduces the time resolution by averaging
to generate a reasonable graphics format. n is the number of time
steps that are plotted. Defaults to n = 1000.