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