powered by
Data imported from package MRSea, see https://www.creem.st-andrews.ac.uk/software/
mrsea
A list of objects:
points
A SpatialPointsDataFrame object containing the locations of XXXXX.
SpatialPointsDataFrame
samplers
A SpatialLinesDataFrame object containing the transect lines that were surveyed.
SpatialLinesDataFrame
mesh
An fm_mesh_2d object containing a Delaunay triangulation mesh (a type of discretization of continuous space) covering the survey region.
fm_mesh_2d
boundary
An SpatialPolygonsDataFrame object defining the boundary of the survey region.
SpatialPolygonsDataFrame
covar
An SpatialPointsDataFrame containing sea depth estimates.
NONE YET
if (bru_safe_inla() && require(ggplot2, quietly = TRUE)) { ggplot() + gg(mrsea$mesh) + gg(mrsea$samplers) + gg(mrsea$points) + gg(mrsea$boundary) }
Run the code above in your browser using DataLab