R/plot_maps.R
pr_plot_Voyagemap.RdCreate map showing CPR voyage tracks and sampling locations
pr_plot_Voyagemap(dat, dat_select, Country = c("Australia"))a map of the selected bioregions
dat <- pr_get_data(Survey = "GO-SHIP", Type = "Micro")
dat_select <- dat %>% dplyr::slice(1:5000)
voyagemap <- pr_plot_Voyagemap(dat, dat_select, Country = c("Australia", "New Zealand"))