R graph gallery

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 !!

Showing posts with label grid plot. Show all posts
Showing posts with label grid plot. Show all posts
Sunday, April 14, 2013

RG#63: Spartial grid plot

›
require(sp) data(meuse.grid) # gridd the data gridded(meuse.grid)=~x+y meuse.grid$g = factor(sample(letters[1:5], 3103, replace=TRUE...
›
Home
View web version
Powered by Blogger.