plot.gmwm {simts} | R Documentation |
Plot the GMWM with the Wavelet Variance
Description
Displays a plot of the Wavelet Variance (WV) with the CI values and the WV implied by the estimated parameters.
Usage
## S3 method for class '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,
...
)
Arguments
x |
A |
decomp |
A |
units |
A |
xlab |
A |
ylab |
A |
main |
A |
col_wv |
A |
col_ci |
A |
nb_ticks_x |
An |
nb_ticks_y |
An |
legend_position |
A |
ci_wv |
A |
point_cex |
A |
point_pch |
A |
... |
Additional arguments affecting the plot. |
Value
Plot of WV and relative confidence intervals for each scale.
Author(s)
Stephane Guerrier and Yuming Zhang