-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New index plots + chl_pp #182
Conversation
- removed plot_phyto_size from export. (Only internal accessible)
@BBeltz1 the phyto_size figure produced isn't correct. i think it is an issue with the data not the plot. Not sure exactly what is causing the problem but i think some rows are missing from the updated data set relative to what is in the |
@andybeet thank you this is a great start on the benthic and zooplankton index plots. The plots themselves look great. I think we need to add another selection variable besides index and cog because unlike the forage index, there are multiple species groups included in these datasets. I think these are plotting only the first index of each.
So I think we need a structure more like that in We should also include the variable name in the plot title @BBeltz1 I think there are some variables missing in the |
@sgaichas Ah I see the files I missed, my mistake. I've added Just to double check Sarah, is that now everything? 6 functional groups, 4 datafiles each (fall index, fall cog, spring index, spring cog)? The dataset now has 72 variables... 6 groups x 3 variables + 3 SEs x 2 seasons. Does that sound correct? |
@BBeltz1 yes I think that sounds like the correct number, thanks for checking |
Just noticed in the catalog submission (# 122), it should be |
I believe |
ok. i changed the indicator name to EDIT: changed back to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
plotting for benthic_index
, zooplankton_index
and chl_pp
are all working for me
…lt. This prevents catlaog displaying the same plot multiple times
close #190 |
Merge branch 'andy_newplots' of https://github.com/NOAA-EDAB/ecodata into andy_newplots # Conflicts: # R/benthos_index.R
New plotting functions
plot_benthos_index
plot_zooplankton_index
Updates
plot_chl_pp
- nestedplot_phyto_size
within.chl_pp.r
to reflect both phyto size and chl, ppphyto_size.r
plot_aggregate_biomass
bug fix (removed unneeded filter)Other changes
benthos_index.r
andzooplankton_index.r
data documentation files