| plot.inla.trimesh {INLA} | R Documentation |
Low level triangulation mesh plotting
Description
since
23.08.18.
Use fmesher::plot_rgl() instead.
Plots a triangulation mesh using rgl.
Usage
## S3 method for class 'inla.trimesh'
plot(
x,
S,
color = NULL,
color.axis = NULL,
color.n = 512,
color.palette = cm.colors,
color.truncate = FALSE,
alpha = NULL,
lwd = 1,
specular = "black",
draw.vertices = TRUE,
draw.edges = TRUE,
edge.color = rgb(0.3, 0.3, 0.3),
...
)
Arguments
x |
A 3-column triangle-to-vertex index map matrix. |
S |
A 3-column vertex coordinate matrix. |
color |
Color specification. A single named color, a vector of scalar values, or a matrix of RGB values. |
color.axis |
The min/max limit values for the color mapping. |
color.n |
The number of colors to use in the color palette. |
color.palette |
A color palette function. |
color.truncate |
If |
alpha |
Transparency/opaqueness values. See |
lwd |
Line width for edges. See |
specular |
Specular color. See |
draw.vertices |
If |
draw.edges |
If |
edge.color |
Edge color specification. |
... |
Additional parameters passed to and from other methods. |
Author(s)
Finn Lindgren finn.lindgren@gmail.com
See Also
[Package INLA version 25.10.19 Index]