Learn R Programming

patterncausality (version 0.2.1)

plot.pc_state: 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 pc_state
plot(x, style = 2, verbose = FALSE, ...)

Value

Invisibly returns the input object.

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.