mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
6 lines
175 B
R
6 lines
175 B
R
##Vector processing=group
|
|
##Layer = vector
|
|
##showplots
|
|
##Field=Field Layer
|
|
dotchart(Layer[[Field]],main=paste("Dotplot of",Field),xlab=paste(Field),ylab="Observation number")
|