Andy Beet

Results 18 comments of Andy Beet

I had a similar problem a while back. The folks at fishbase said "trophs stored in this (`estimate`) table are a mix of diettroph, foodtroph (diet over foodtroph if both...

@melissaszy Apologies for not being clear. 1. When i say "filtered out", as you suspected, i meant that i use similar species in the same geographic area. (I am interested...

edited: added a useful reprex. apologies. And thanks for the fix.

Did this ever get implemented in Bookdown? If so are there examples of its implementation?

Thanks @cderv. I'll implement this example for now. Or maybe i'll just make a custom 404 until a solution is implemented. The pkgdown [implementation](https://github.com/r-lib/pkgdown/pull/1639) works great to handle this. I...

Pretty sure this is due to the [assign_unknown](https://github.com/NOAA-EDAB/comlandr/blob/dev/R/assign_unknown.R) algirthmn used in comlandr. This needs to be reviewd and tested

Plot of Eastern oyster (NESPP3 = 789) by EPU from 2010-2023. Note: EPU = NA is for AREA = 0 (unknown) designations in commercial database ![Image](https://github.com/user-attachments/assets/c2fe026b-a83c-411f-b672-542527722b21) When EPU's are assigned...

Will need to look into how to do that in ggplot2. Do either of you know how?

we need to do this for all spatial maps - [x] plot_bottom_temp_seasonal_gridded (this also needs a continuous scale) - [x] plot_seasonal_sst_anomaly_gridded - [x] plot_ches_bay_sst So i dont know how to...