USEPA/EPATADA

TADA_DepthProfilePlot future improvements - list of plots and make more concise

hillarymarler opened this issue · 4 comments

Other visualization functions including TADA_Histogram, TADA_Boxplot, and TADA_Scatterplot can create a list of plots if the input is an unfiltered data frame. Should this functionality be included in TADA_DepthProfilePlot?

Would it be useful for a plot to be created for all Monitoring Locations in the input data frame that contained results for one (or more) of the user-specified TADA.ComparableDataIdentifiers?

An additional improvement that could be considered for this function is to write an internal function that would handle the plotting of depth unit characteristics vs. other characteristics. This would make the code much more concise and easier to edit in the future.

@wokenny13 - tagging you in case the looping approach you would like to investigate for the grouped scatterplot may be useful here too.

Thoughts on horizontal lines to indicated depth category profile (Surface, Middle, Bottom)?

image

Thoughts on a side by side plot for when the two characteristics may have unit values that differ, like with the example in the R document of Data_6Tribes_5y_Harmonized of DO and Conductivity? I pulled this random example I found of what I have envisoned.

image

Both can be good, but perhaps give user the ability for a single plot or split plot argument - should consider how this will be handled in R Shiny