Sidebar panel plot of voyages
pr_plot_Voyagemap(df, dfs, Country = c("AUstralia"))
a map of the selected bioregions
df <- pr_get_NRSMicro("GO-SHIP")
dfs <- df %>% dplyr::slice(1:5000)
voyagemap <- pr_plot_Voyagemap(df, dfs, Country = c("AUstralia", "New Zealand"))