lines.inla.mesh.segment: Draw 'inla.mesh.segment' objects.

Description Usage Arguments Author(s) See Also

Description

Draws a inla.mesh.segment object with generic or rgl graphics.

Usage

1
2
3
4
5
## 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 inla.mesh.segment object.

loc

Point locations to be used if x$loc is NULL.

col

Segment color specification.

colors

Colors to cycle through if col is NULL.

add

If TRUE, add to the current plot, otherwise start a new plot.

xlim

X axis limits for a new plot.

ylim

Y axis limits for a new plot.

rgl

If TRUE, use rgl for plotting.

...

Additional parameters, passed on to graphics methods.

Author(s)

Finn Lindgren finn.lindgren@gmail.com

See Also

inla.mesh.segment


andrewzm/INLA documentation built on May 10, 2019, 11:12 a.m.