plot.pc_fit {patterncausality} | R Documentation |
Plot Pattern Causality Results
Description
Generates a combined plot of total causality and causality components for a pc_fit
object.
This function combines the visualizations from plot_total
and plot_components
into a single plot.
Usage
## S3 method for class 'pc_fit'
plot(x, ...)
Arguments
x |
A |
... |
Additional arguments passed to the underlying plotting functions. |
Value
NULL invisibly.
[Package patterncausality version 0.2.1 Index]