Skip to content
Prev 6498 / 29559 Next

Help

Jessica:

Do you mean to load the dataset meuse.grid? If so,

data(meuse.grid)

shall be able to do it.

As for generate the meuse.grid from dataset meuse, the immediate thing 
that comes to my mind is that you might want to obtain the coordinates 
from meuse, and then try to transform the points object to a grid object.

Just some quick thoughts, hope this helps.

Danlin

jessica243 ??: