Plot Gantt Chart showing plankton sampling status

pr_plot_Gantt(dat)

Arguments

dat

Trip data for either NRS or CPR.

Value

a ggplot

Examples

dat <- pr_get_CPRTrips()
#> Warning: `pr_get_CPRTrips()` was deprecated in planktonr 0.7.0.
#>  Please use `pr_get_trips()` instead.
gg <- pr_plot_Gantt(dat)
dat <- pr_get_NRSTrips()
#> Warning: `pr_get_NRSTrips()` was deprecated in planktonr 0.7.0.
#>  Please use `pr_get_trips()` instead.
gg <- pr_plot_Gantt(dat)