| lines.inla.mesh.segment {INLA} | R Documentation |
Draw inla.mesh.segment objects.
Description
Use
fmesher::lines.fm_segm() or
fmesher::lines_rgl() instead.
Draws a inla.mesh.segment() object with generic or rgl
graphics.
Usage
## S3 method for class 'inla.mesh.segment'
lines(
x,
loc = NULL,
col = NULL,
colors = c("black", "blue", "red", "green"),
add = TRUE,
xlim = NULL,
ylim = NULL,
rgl = FALSE,
...
)
Arguments
x |
An |
loc |
Point locations to be used if |
col |
Segment color specification. |
colors |
Colors to cycle through if |
add |
If |
xlim |
X axis limits for a new plot. |
ylim |
Y axis limits for a new plot. |
rgl |
If |
... |
Additional parameters, passed on to graphics methods. |
Author(s)
Finn Lindgren finn.lindgren@gmail.com
See Also
[Package INLA version 25.06.13 Index]