MazamaScience / AirFireModeling

Utilities to ease merging of USFS AirFire model output and monitoring data.
0 stars 0 forks source link

upgrade old gridPlot_spaghetti() functionality #5

Closed jonathancallahan closed 4 years ago

jonathancallahan commented 4 years ago

In the previous version of the package, the code in local_R/gridPlot_spaghetti.R allowed you to create "spaghetti" plots showing the variability of model time series in adjacent grid cells.

This older version of the code needs a major makeover to be included. The resulting plot should be named grid_spaghettiPlot(). We should move to ggplot and refactor (reduce?) the arguments appropriately.

hmrtn commented 4 years ago

This function uses the PWFSLSmoke::monitor_timeseriesPlot() function. Should this PWFSLSmoke function be adapted to AirFireModeling as a ggplot?