mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
6 lines
173 B
R
6 lines
173 B
R
##[Example scripts]=group
|
|
##showplots
|
|
##layer=vector
|
|
##field=field layer
|
|
dotchart(layer[[field]],main=paste("Dotplot of",field),xlab=paste(field),ylab="Observation number")
|