lines: Add Connected Line Segments to a Simulation Object

lines.issm.componentR 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.


tsaux documentation built on April 4, 2025, 3:08 a.m.