if (FALSE) {
plot_fishing_zones(
data = zone_data,
coastline = coastline_data,
type = "static",
title = "Fishing Zones",
show_legend = TRUE
)
plot_fishing_zones(
data = zone_data,
coastline = coastline_data,
type = "interactive",
base_layers = TRUE,
minimap = TRUE
)
}
Run the code above in your browser using DataLab