plot.pc_state {patterncausality}R Documentation

Plot State Space Reconstruction

Description

Visualizes the state space reconstruction in 3D. This function generates a 3D scatter plot of the reconstructed state space.

Usage

## S3 method for class 'pc_state'
plot(x, style = 2, verbose = FALSE, ...)

Arguments

x

A pc_state object.

style

Integer; plot style (1 or 2).

verbose

Logical; whether to print verbose output.

...

Additional arguments passed to the plotting functions.

Value

Invisibly returns the input object.


[Package patterncausality version 0.2.1 Index]