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()
gg <- pr_plot_Gantt(dat)
dat <- pr_get_NRSTrips()
gg <- pr_plot_Gantt(dat)