This function generates an interactive figure that shows the area in which CALCOFI spring season net samples were located.
calcofi_map(
geo = "https://raw.githubusercontent.com/marinebon/calcofi-analysis/master/data/plys_cinms.geojson",
filter_str = "ply_code != \"SoCal\"",
colors = c("red", "yellow")
)
A geojson object that defines the polygons to be mapped.
A string used to filter in (or out) particular polygons.
A string vector that defines the colors of the mapped polygons.
The output is an interactive map of CALCOFI sites overlaid on a coastal map of Southern California.
if (FALSE) {
calcofi_map()
}