Displays a plot of the Wavelet Variance (WV) with the CI values and the WV implied by the estimated parameters.
# S3 method for gmwm
plot(
x,
decomp = FALSE,
units = NULL,
xlab = NULL,
ylab = NULL,
main = NULL,
col_wv = NULL,
col_ci = NULL,
nb_ticks_x = NULL,
nb_ticks_y = NULL,
legend_position = NULL,
ci_wv = NULL,
point_cex = NULL,
point_pch = NULL,
...
)
Plot of WV and relative confidence intervals for each scale.
A gmwm
object.
A boolean
that determines whether the contributions of each individual model are plotted.
A string
that specifies the units of time plotted on the x axis.
A string
that gives a title for the x axis.
A string
that gives a title for the y axis.
A string
that gives an overall title for the plot.
A string
that specifies the color of the wavelet variance line.
A string
that specifies the color of the shaded area covered by the confidence intervals.
An integer
that specifies the maximum number of ticks for the x-axis.
An integer
that specifies the maximum number of ticks for the y-axis.
A string
that specifies the position of the legend (use legend_position = NA
to remove legend).
A boolean
that determines whether to plot the confidence interval shaded area.
A double
that specifies the size of each symbol to be plotted.
A double
that specifies the symbol type to be plotted.
Additional arguments affecting the plot.
Stephane Guerrier and Yuming Zhang