mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
9 lines
193 B
R
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)
|