| SSALinePlot | xSSA Home |
Needs["xSSA`"];
Return Value
SSALinePlot[solution, variable, options] Plots a single variable as a line.
SALinePlot[solution, {v1, v2, ...}, options] Plots a list of variables with connected lines.
solution is the output of SSA when "Mode"→"List" or "SparseList"
Options
Same options as Plot.
Example
[ Download Example as Zipped Mathematica Notebook ]
Implementation Notes
This is a wrapper for SSAPlot
See Also
