plot.gmwm | R Documentation |
Displays a plot of the Wavelet Variance (WV) with the CI values and the WV implied by the estimated parameters.
## 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,
...
)
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. |
Plot of WV and relative confidence intervals for each scale.
Stephane Guerrier and Yuming Zhang
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.