QGIS/python/plugins/sextante/r/scripts/Advanced_Raster_histogram.rsx
Matteo Mattiuzzi aa4b291dba changed the R command behavior .libPaths() in RAlgorithm.py to add a .lib.loc and not substitute one
modifies the Advanced_Raster_histogramm.rsx in order to fully benefit from raster package RAM savety
2013-02-25 17:25:04 +01:00

10 lines
212 B
R

##userasterpackage
##[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)