R/plot_info.R
pr_plot_Gantt.Rd
Plot Gantt Chart showing plankton sampling status
pr_plot_Gantt(dat, Survey = "NRS")
Trip data for either NRS or CPR.
"NRS" or "CPR"
a ggplot
dat <- pr_get_CPRTrips() gg <- pr_plot_Gantt(dat, Survey = "CPR") dat <- pr_get_NRSTrips() gg <- pr_plot_Gantt(dat, Survey = "NRS")