mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-10 00:13:55 -04: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")
|