The blog is a collection of script examples with example data and output plots. R produce excellent quality graphs for data analysis, science and business presentation, publications and other purposes. Self-help codes and examples are provided. Enjoy nice graphs !!
Sunday, April 14, 2013
RG#62: spartial buble plot
require(sp)
# data
data(meuse)
coordinates(meuse) <- c("x", "y") # promote to SpatialPointsDataFrame
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.