MazamaScience / MazamaSatelliteUtils

Satellite Data Download and Utility Functions
http://mazamascience.github.io/MazamaSatelliteUtils
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Gradient color scale params for plotting functions #92

Closed tabrasel closed 3 years ago

tabrasel commented 3 years ago

The goesaodc_plotScan*() functions allow the user to specify a paletteName, but this is only relevant when using a discrete color scale with breaks. If the user wants a gradient color scale, should we add a paletteColors parameter that passes a vector of color codes to ggplot2::scale_color/fill_gradientn()?