lines.issm.component | R Documentation |
Add Connected Line Segments to a Simulation Object
## S3 method for class 'issm.component'
lines(x, y = NULL, type = "l", ...)
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. |
Overlays the simulated series from the object (x), and is meant to be used when plotting different simulations from the same series for comparison.
a line plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.