Last chance! 50% off unlimited learning
Sale ends in
Blue and red shrimp in the Western Mediterranean Sea.
data(shrimp)
A list of objects:
haul
:A SpatialPointsDataFrame
object containing haul locations
mesh
:An inla.mesh
object containing a Delaunay triangulation
mesh (a type of discretization of continuous space) covering the haul locations.
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.
# \donttest{
if (require(ggplot2, quietly = TRUE)) {
data(shrimp, package = "inlabru")
ggplot() +
gg(shrimp$mesh) +
gg(shrimp$hauls) +
coord_equal()
}
# }
Run the code above in your browser using DataLab