plot_components | R Documentation |
Visualizes the positive, negative, and dark causality components as a barplot.
This function takes a pc_fit
object and generates a barplot showing the
strength of each causality component.
plot_components(x, ...)
x |
An object containing pattern causality results, typically a |
... |
Additional arguments passed to the underlying plotting functions. |
NULL invisibly.
data(climate_indices)
X <- climate_indices$AO
Y <- climate_indices$AAO
pc_result <- pcLightweight(X, Y, E = 3, tau = 2, metric = "euclidean", h = 1, weighted = TRUE)
plot_components(pc_result)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.