Skip to content

Commit

Permalink
Update Dotplot.rsx
Browse files Browse the repository at this point in the history
  • Loading branch information
fsdias committed Jun 1, 2014
1 parent b30ac31 commit de4596d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions python/plugins/processing/algs/r/scripts/Dotplot.rsx
@@ -1,4 +1,5 @@
##Vector processing=group
##Layer = raster
##Layer = vector
##showplots
hist(as.matrix(Layer),main="Histogram",xlab="Layer")
##Field=Field Layer
dotchart(Layer[[Field]],main=paste("Dotplot of",Field),xlab=paste(Field),ylab="Observation number")

0 comments on commit de4596d

Please sign in to comment.