autoplot.fm_mesh_2d_intensity | R Documentation |
Function to plot a fm_mesh_2d_intensity
object. This
object type is what is returned from the priorityMesh
function.
## S3 method for class 'fm_mesh_2d_intensity'
autoplot(object, ...)
object |
A |
... |
A series of named parameters prefixed with |
In addition to the arguments outlined above, the user may also set the following optional arguments that control the look of elements related to the aesthetic properties of the plot:
show.intensity
A logical that if TRUE
(the default)
displays the intensity surface.
show.initialLocs
A logical that if TRUE
(the default)
displays the initial triangulation points.
show.boundary
A logical that if TRUE
(the default)
displays the boundary.
low.intensity.col
A character scalar containing the colour to use for the cells with the lowest intensity values in the intensity surface.
high.intensity.col
A character scalar containing the colour to use for the cells with the highest intensity values in the intensity surface.
na.intensity.col
A character scalar containing the colour to use for the cells with an NA value in the intensity surface.
provided.initialLocs.col
A character scalar containing the colour to use to plot the points that were provided by the user as initial triangulation nodes.
generated.initialLocs.col
A character scalar containing the
colour to use to plot the points that were generated by the
priorityMesh
function.
A ggplot
object
Joseph D. Chipperfield, joechip90@googlemail.com
fm_mesh_2d_inla
priorityMesh
geom_sf
geom_spatraster
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.