MazamaScience / AirFireModeling

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

improved raster_spaghettiPlot() #32

Open jonathancallahan opened 4 years ago

jonathancallahan commented 4 years ago

In version 0.2.15 of the package, the raster_spaghettiPlot() created a base plot that looked like this:

raster_spaghettiPlot

In version 0.2.16 we have a ggplot2 plot that looks like this:

raster_spaghettiPlot_2

Some improvements and some losses.

Ideally, it would be nice to add back day-night shading. At first, this will probably be a chunk of extra code in raster_spaghettiPlot() but it's worth thinking about whether we should have an extra stat in AirMonitorPlots.

It would also be nice to display multiple models as either raster or colored overlay.