plot_components.pc_fit {patterncausality}R Documentation

Plot Causality Components

Description

Visualizes the positive, negative, and dark causality components as a barplot for a pc_fit object. This function generates a barplot showing the strength of each causality component.

Usage

## S3 method for class 'pc_fit'
plot_components(x, ...)

Arguments

x

A pc_fit object.

...

Additional arguments passed to the underlying plotting functions.

Value

NULL.


[Package patterncausality version 0.2.1 Index]