shrimp: Blue and red shrimp in the Western Mediterranean Sea

shrimpR Documentation

Blue and red shrimp in the Western Mediterranean Sea

Description

Blue and red shrimp in the Western Mediterranean Sea.

Usage

data(shrimp)

Format

A list of objects:

hauls:

An sf object containing haul locations

mesh:

An fm_mesh_2d object containing a Delaunay triangulation mesh (a type of discretization of continuous space) covering the haul locations.

catch

Catch in Kg.

landing

Landing in Kg.

depth

Mean depth (in metres) of the fishery haul.

Source

Pennino, Maria Grazia. Personal communication.

References

Pennino, M. G., Paradinas, I., Munoz, F., Illian, J.,Quilez-Lopez, A., Bellido, J.M., Conesa, D. Accounting for preferential sampling in species distribution models. Ecology and Evolution, In Press.

Examples


if (require(ggplot2, quietly = TRUE)) {
  data(shrimp, package = "inlabru", envir = environment())
  ggplot() +
    geom_fm(data = shrimp$mesh) +
    gg(shrimp$hauls, aes(col = catch)) +
    coord_sf(datum = fm_crs(shrimp$hauls))
}


inlabru documentation built on April 3, 2025, 10:54 p.m.