QGIS/python/plugins/processing/r/scripts/Advanced_Raster_histogram.rsx
2013-08-20 09:22:03 +02:00

9 lines
193 B
R

##[Example scripts]=group
##Layer = raster
##no_data_value = number 0
##breaks = number 100
##color = string red
##showplots
NAvalue(Layer) = no_data_value
hist(Layer, breaks=breaks,col=color)