lines.inla.mesh.segment {INLA} | R Documentation |
inla.mesh.segment
objects.Draws a inla.mesh.segment()
object with generic or rgl
graphics.
## 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, ... )
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. |
Finn Lindgren finn.lindgren@gmail.com