tbep-tech / tbeptools

R package for Tampa Bay Estuary Program functions
https://tbep-tech.github.io/tbeptools/
Other
7 stars 3 forks source link

Site Map Feature Request #34

Closed esherwoo77 closed 3 years ago

esherwoo77 commented 3 years ago

@fawda123 : It would be nice to be able to export a site map of the EPC chl-a or la data for a particular period of time other than the annual timestep. For instance export a map image of chl-a data for Nov. 2020 or export a map image for averages over the May - Oct. 2020 period.

fawda123 commented 3 years ago

@esherwoo77 does this work? I decided to show the results as continuous values since the thresholds/targets don't make sense at a monthly level. You can change the parameters as chlorophyll or light attenuation with param = "chla" or param = "la". An individual month can also be shown, e.g., for September only, mosel = 9.

show_sitemap(epcdata, yrsel = 2018, mosel = c(7, 9))

image

esherwoo77 commented 3 years ago

@fawda123 Yes, I think this is perfect. Thanks for the quick turn-around.