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")
#> Rows: 6562 Columns: 157
#> ── Column specification ────────────────────────────────────────────────────────
#> Delimiter: ","
#> chr (4): code, TripCode, StationName, StationCode
#> dbl (151): TripCode_depth, Longitude, Latitude, Year, Month, Day, Silicate_...
#> dttm (1): SampleDateUTC
#> time (1): Time_24hr
#>
#> ℹ Use `spec()` to retrieve the full column specification for this data.
#> ℹ Specify the column types or set `show_col_types = FALSE` to quiet this message.
dfs <- df %>% dplyr::slice(1:5000)
voyagemap <- pr_plot_Voyagemap(df, dfs, Country = c("AUstralia", "New Zealand"))