lines.issm.component {tsaux} | R Documentation |
Add Connected Line Segments to a Simulation Object
Description
Add Connected Line Segments to a Simulation Object
Usage
## S3 method for class 'issm.component'
lines(x, y = NULL, type = "l", ...)
Arguments
x |
an object of class issm.component or other supported class. |
y |
not used. |
type |
character indicating the type of plotting. |
... |
additional parameters passed to the lines function. |
Details
Overlays the simulated series from the object (x), and is meant to be used when plotting different simulations from the same series for comparison.
Value
a line plot.
[Package tsaux version 1.0.0 Index]