QGIS/python/plugins/processing/algs/r/scripts/Raster_histogram.rsx

5 lines
108 B
R

##Raster processing=group
##Layer = raster
##showplots
hist(as.matrix(Layer),main="Histogram",xlab="Layer")