Skip to content
Prev 416 / 29559 Next

How to create polygons for kriging

Just create a text file with the vertices and repeat the first vertix
at the end so that the polygon is closed. I see my maps with Surfer 8.0
and then use digitize to create the polygons. Then i edit the *.bln
file to make it directly readable using read.table in geoR.
After you have your polygon you would need the package splancs to do the 
kriging inside the polygon. geoR calls splancs.
Cheers
Ruben