| plot.path_effects | R Documentation |
Visualisation of multiblock path effects decomposition.
## S3 method for class 'path_effects'
plot(
x,
from = NULL,
to = NULL,
scaled = FALSE,
individual = FALSE,
spectra = numeric(0),
mar = c(0.5, 2.8, 1.8, 0.3),
...
)
x |
An object of class |
from |
Optional source block name or index. If specified with |
to |
Optional target block name or index. If specified with |
scaled |
Logical. If |
individual |
Logical. If |
spectra |
Optional numeric vector for spectral data visualization. Default is empty. |
mar |
Margins for the plot. Default is |
... |
Additional arguments passed to plotting functions. |
Invisibly returns NULL.
path_effects(), print.path_effects()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.