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

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