plotwvar | R Documentation |
This function displays a plot of wavelet variance accounting for confidence interval values and supplied efficiency. This function is a slight modification of the plot.wvar function provided in the wv package.
plotwvar( x, 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 |
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 wavelet variance and confidence interval for each scale.
Stephane Guerrier
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.