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_cold_pool add variable #110

Closed jcaracappa1 closed 6 months ago

jcaracappa1 commented 6 months ago

Can we add a "variable" argument to plot_cold_pool() so that we can isolate an individual plot?

BBeltz1 commented 6 months ago

@andybeet assigning you to this

andybeet commented 6 months ago

would varName = "cold_pool", "persistence", and "extent" work? like this?

ecodata::plot_cold_pool(varName = "persistence")

Created on 2024-01-22 with reprex v2.0.2

jcaracappa1 commented 6 months ago

yes those options work. looks great

andybeet commented 6 months ago

@jcaracappa1 making a PR to pull these changes + into dev