# NOT RUN {
coast <- gisco_get_coastallines()
library(ggplot2)
ggplot(coast) +
geom_sf(color = "#1278AB", fill = "#FDFBEA") +
# Zoom on Caribe
coord_sf(
xlim = c(-99, -49),
ylim = c(4, 30)
) +
theme_minimal() +
theme(panel.background = element_rect(fill = "#C7E7FB", color = "black"))
# }
Run the code above in your browser using DataLab