NOAA-EDAB / ecodata

A data package for reporting on Northeast Continental Shelf ecosystem status and trends.
https://noaa-edab.github.io/ecodata/
Other
28 stars 11 forks source link

plot_rec_hms error #122

Closed jcaracappa1 closed 5 months ago

jcaracappa1 commented 5 months ago

Getting the following error for plot_rec_hms() on dev

image

sgaichas commented 5 months ago

good catch, this will fix it in a call but we should change the function

plot_rec_hms(shadedRegion = NULL, report = "NewEngland")

sgaichas commented 5 months ago

i think it should be fixed if this line changes from plot_rec_hms <- function(shadedRegion = shadedRegion, to plot_rec_hms <- function(shadedRegion = NULL,

BBeltz1 commented 5 months ago

yup just pushed the changes, thanks for the catch joe