# \donttest{
if (require(ggplot2, quietly = TRUE)) {
data("mrsea", package = "inlabru")
vrt <- fm_centroids(mrsea$mesh, format = "sp")
ggplot() +
gg(mrsea$mesh) +
gg(vrt, color = "red")
}
# }
Run the code above in your browser using DataLab