plot.esn: Plot internal states of a trained ESN model.

View source: R/methods-base.R

plot.esnR Documentation

Plot internal states of a trained ESN model.

Description

Plot internal states (i.e., the reservoir) of a trained ESN model as line chart.

Usage

## S3 method for class 'esn'
plot(x, ...)

Arguments

x

An object of class esn.

...

Currently not in use.

Value

Line chart of internal states.

Examples

xdata <- as.numeric(AirPassengers)
xmodel <- train_esn(y = xdata)
plot(xmodel)


ahaeusser/echos documentation built on June 2, 2025, 2:17 a.m.