Sidebar panel plot of voyages

pr_plot_Voyagemap(df, dfs, Country = c("AUstralia"))

Arguments

df

dataframe containing all locations to plot

dfs

dataframe of sample locations to plot

Country

countries to plot on map

Value

a map of the selected bioregions

Examples

df <- pr_get_NRSMicro("GO-SHIP")
dfs <- df %>% dplyr::slice(1:5000)
voyagemap <- pr_plot_Voyagemap(df, dfs, Country = c("AUstralia", "New Zealand"))