mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-07 00:02:15 -05:00
6 lines
145 B
R
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))
|