Create map showing CPR voyage tracks and sampling locations
Source:R/plot_maps.R
pr_plot_Voyagemap.RdCreate map showing CPR voyage tracks and sampling locations
Usage
pr_plot_Voyagemap(dat, dat_select, Country = c("Australia"))Examples
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"))