Plot Gantt Chart showing plankton sampling status

pr_plot_Gantt(dat, Survey = "NRS")

Arguments

dat

Trip data for either NRS or CPR.

Survey

"NRS" or "CPR"

Value

a ggplot

Examples

dat <- pr_get_CPRTrips()
gg <- pr_plot_Gantt(dat, Survey = "CPR")
dat <- pr_get_NRSTrips()
gg <- pr_plot_Gantt(dat, Survey = "NRS")