State Variable Plot
class StateVariablePlot(values: DoubleArray, times: DoubleArray, val responseName: String) : BasePlot
Constructors
Link copied to clipboard
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.
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.
Properties
Functions
Link copied to clipboard
open override fun saveToFile(fileName: String, directory: Path, plotTitle: String, extType: PlotIfc.ExtType): File
Link copied to clipboard
Opens up a browser window and shows the contents of the plot within the browser. A temporary file is created to represent the plot for display within the browser.