WayneGitShell / GWSDAT

GroundWater Spatiotemporal Data Analysis Tool (GWSDAT) R-Shiny implementation.
https://stats-glasgow.shinyapps.io/GWSDAT
31 stars 7 forks source link

Plume animation -with plume diagnostic output , chart + csv of plume quantities. #94

Closed andrejadd closed 7 years ago

andrejadd commented 7 years ago

Separating out interpolation of data: now in interpData().

It will be called from plotSpatialImage() and plotPlumeTimeSeries(). Both functions require the interp.pred variable, i.e. the interpolated values inside the area.

andrejadd commented 7 years ago

interp.pred$z , the third dimension, is altered by lev.cut and panel$ScaleCols["Scale colours to Data"].

  1. I need to see how crucial that is for just the interpolation (given the case of plume calculation). For plotSpatialImage() it is needed!

  2. If needed, I would extend the sidebar option in the Plume Time Series panel with a checkbox for "Scale colours to Data" (and call it differently).