MazamaScience / AirFireModeling

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

Spaghetti Plots #17

Closed hmrtn closed 4 years ago

hmrtn commented 4 years ago

Support location model spaghetti plots. Specifically, this function should accept a target location and plot various grid cell timeseries within a certain radius or cell count about the target location. Should look like noodles.

jonathancallahan commented 4 years ago

We have a couple of versions of this functionality using R base plotting in R/ and local_R/. There is also local_Rmd/model_spaghetti.Rmd which has some ggplot code which does something similar.

Let's decide to go for the ggplot solution. The function should return a gg object that could be built upon.

One nice visualization (perhaps created by calling this function multiple times) might plot:

  1. the nearest 25 with very low opacity
  2. the nearest 16 with low opacity
  3. the nearest 9 with med opacity
  4. the nearest 5
  5. the nearest 1 in bold