View source: R/dm_wavelet_coherence.R
| plot.dm_wavelet_coherence | R Documentation |
Plot method for dm_wavelet_coherence objects
## S3 method for class 'dm_wavelet_coherence'
plot(
x,
y = NULL,
pair = NULL,
type = c("coherence", "cross_power", "average_coherence", "average_cross_power",
"phase", "series"),
facet = TRUE,
log_period = TRUE,
log_power = TRUE,
clip_quantile = c(0.01, 0.99),
show_sig = TRUE,
show_coi = TRUE,
siglvl = 0.05,
sig_color = "black",
sig_size = 0.4,
coi_fill = "white",
coi_alpha = 0.45,
main = NULL,
...
)
x |
An object of class |
y |
Unused. |
pair |
Optional pair name(s) to plot. If |
type |
One of |
facet |
Logical. If |
log_period |
Logical. |
log_power |
Logical for raster intensity. |
clip_quantile |
Optional clipping quantiles for raster intensity. |
show_sig |
Logical. |
show_coi |
Logical. |
siglvl |
Significance level. |
sig_color |
Significance contour color. |
sig_size |
Significance contour linewidth. |
coi_fill |
COI fill color. |
coi_alpha |
COI alpha. |
main |
Optional title. |
... |
Unused. |
A ggplot2 object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.