QGIS/python/plugins/sextante/r/scripts/Field_histogram.rsx

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))