Learn R Programming

inlabru (version 2.3.1)

mrsea: Marine renewables strategic environmental assessment

Description

Data imported from package MRSea, see http://creem2.st-andrews.ac.uk/software/

Usage

data(mrsea)

Arguments

Format

A list of objects:

points:

A SpatialPointsDataFrame object containing the locations of XXXXX.

samplers:

A SpatialLinesDataFrame object containing the transect lines that were surveyed.

mesh:

An inla.mesh object containing a Delaunay triangulation mesh (a type of discretization of continuous space) covering the survey region.

boundary:

An SpatialPolygonsDataFrame object defining the boundary of the survey region.

covar:

An SpatialPointsDataFrame containing sea depth estimates.

References

NONE YET

Examples

Run this code
# NOT RUN {
data(mrsea)
ggplot() +
  gg(mrsea$mesh) +
  gg(mrsea$samplers) +
  gg(mrsea$points) +
  gg(mrsea$boundary)
# }

Run the code above in your browser using DataLab