| mrsea {inlabru} | R Documentation | 
Marine renewables strategic environmental assessment
Description
Data imported from package MRSea, see https://www.creem.st-andrews.ac.uk/software/
Usage
mrsea
Format
A list of objects:
points:A
SpatialPointsDataFrameobject containing the locations of XXXXX.samplers:A
SpatialLinesDataFrameobject containing the transect lines that were surveyed.mesh:An
fm_mesh_2dobject containing a Delaunay triangulation mesh (a type of discretization of continuous space) covering the survey region.boundary:An
SpatialPolygonsDataFrameobject defining the boundary of the survey region.covar:An
SpatialPointsDataFramecontaining sea depth estimates.
Source
Library MRSea.
References
NONE YET
Examples
if (bru_safe_inla() &&
  require(ggplot2, quietly = TRUE)) {
  ggplot() +
    gg(mrsea$mesh) +
    gg(mrsea$samplers) +
    gg(mrsea$points) +
    gg(mrsea$boundary)
}
[Package inlabru version 2.11.1 Index]