MazamaScience / AirFireWRF

Utilities for working with WRF atmospheric model data
https://mazamascience.github.io/AirFireWRF/
0 stars 1 forks source link

plot_raster() and plot_standard() should support scale_fill_gradientn() #18

Closed jonathancallahan closed 4 years ago

jonathancallahan commented 4 years ago

For improved visualizations, we will want our rater plotting functions to support ggplot2::scale_fill_gradientn() and the following arguments:

With this simple change we will be able to plot the HGT variable with a reasonable set of elevations and colors obtained from the core grDevices::terrain.colors() palette.