Lab 6: Block, Indicator, and CokrigingKriging


Getting Started with R

Click on the R icon

If no R icon, go to the C drive and the Programs folder to find R or search for R


Example 1: Blocking Kriging the Meuse Data in gstat

We will use the meuse data in our book and we will need to load the R package gstat, again.

Let's look at sample code in meuse6.r


Example 2: Indicator Kriging

Let's look at sample code in meuse7.r


Example 3: What about Cokriging?

Let's look at the tutorial in R_ck.pdf


Example 4: What about making a grid?

Here is a usefule Handout

Let's look at the code in makeagrid.r