mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-09 00:35:20 -05:00
8 lines
214 B
R
8 lines
214 B
R
##Classification=group
|
|
##Layer = raster|R.raster
|
|
##no_data_value = number 0
|
|
##showplots
|
|
Layer <- raster(Layer, 1)
|
|
NAvalue(Layer) = no_data_value
|
|
hist(as.matrix(Layer), breaks=100, xlab = basename(filename(Layer)))
|