StateVariablePlot

class StateVariablePlot(values: DoubleArray, times: DoubleArray, val responseName: String) : BasePlot(source)

Constructors

Link copied to clipboard
constructor(responseTrace: ResponseTrace, repNum: Int, time: Double = Double.MAX_VALUE)

Constructs a plot that has the times and values for the provided replication repNum up to and including the time. The default value of time is Double.MAX_VALUE, which will result in all values for the replication.

constructor(dataMap: Map<String, DoubleArray>, responseName: String)

The data map is assumed to have keys "times" and "values" Element "times" holds the times that the variable changed Element "values" holds the values associated with each time change.

constructor(values: DoubleArray, times: DoubleArray, responseName: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun buildPlot(): Plot

Builds a new instance of a Lets-Plot representation of the plot

Link copied to clipboard
open override fun toString(): String