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

6 lines
145 B
R

##[Example scripts]=group
##showplots
##layer=vector
##field=field layer
hist(layer[[field]],main=paste("Histogram of",field),xlab=paste(field))