Displays plots of multiple wavelet variances of different time series accounting for CI values.
compare_wvar(
...,
split = FALSE,
add_legend = TRUE,
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,
names = NULL,
cex_labels = 0.8,
x_range = NULL,
y_range = NULL
)
One or more time series objects.
A boolean
that, if TRUE, arranges the plots into a matrix-like format.
A boolean
that, if TRUE, adds a legend to the plot.
A string
that specifies the units of time plotted on the x axes. Note: This argument will not be used if xlab is specified.
A string
that gives a title for the x axes.
A string
that gives a title for the y axes.
A string
that gives an overall title for the plot.
A string
that specifies the color of the wavelet variance lines.
A string
that specifies the color of the confidence interval shade.
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 confidence interval polygons will be drawn.
A double
that specifies the size of each symbol to be plotted.
A double
that specifies the symbol type to be plotted.
A string
that specifies the name of the WVAR objects.
A double
that specifies the magnification of the labels (x and y).
A vector
that specifies the range of values on the x axis (default NULL).
A vector
that specifies the range of values on the y axis (default NULL).