mrsea | R Documentation |
Data imported from package MRSea, see https://www.creem.st-andrews.ac.uk/software/
mrsea
A list of objects:
points
A sf
object containing the locations of
XXXXX.
samplers
A sf
object containing the transect lines
that were surveyed.
mesh
An fm_mesh_2d
object containing a Delaunay triangulation
mesh (a type of discretization of continuous space) covering the survey
region.
boundary
An sf
object defining the boundary polygon of the
survey region.
covar
An sf
containing sea depth estimates.
Library MRSea
.
NONE YET
if (require(ggplot2, quietly = TRUE)) {
ggplot() +
geom_fm(data = mrsea$mesh) +
gg(mrsea$samplers) +
gg(mrsea$points) +
gg(mrsea$boundary)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.