Displaying 1 result from an estimated 1 matches for "ll162".
Did you mean:
l162
2008 Dec 04
2
Plotting a kriging on a map
...le to be sure of which
packages I’ll need to perform the kriging (maybe geoR?) and then plot it in
the area map.
Is R able to do that? What packages I need to know to do so?
I just need a starting point to go forward.
I need to generate something like this:
http://i288.photobucket.com/albums/ll162/Godrigos/Kriging.jpg
(but without the top right area, just the different grayscale kriging area).
library(xlsReadWrite)
library(maps)
library(mapdata)
library(maptools)
Pontos<-read.xls('Pontos.xls',sheet=1,rowNames=T)
Prof<-read.xls('Pontos.xls',sheet=2,rowNames=T)...