Who's onlineThere are currently 0 users and 2 guests online.
User loginBook navigationNavigationLive Traffic MapNew Publications
|
First steps (meuse)
Short title:
meuse
Purpose and use:
demonstration of geostatistical tools (first steps in): gstat, geoR, SAGA GIS;
Programming environment:
R / S language
Status of work:
Tested on a MS Windows machine only
Reference:
A Practical Guide to Geostatistical Mapping
|
Testimonials"Hi Tom. I have uploaded some comments on your book. You should check if you are able to run the code on upgraded versions of R. Otherwise fine, nice set of full-scale examples." PollRecent comments
|
Comments
error with krige.conv in meuse.R
Thanks for the very nice examples in meuse.R and the comparisons between gstat and SAGA.
In meuse.R at line 429 I am getting an error when executing the following code:
krige.conv: results will be returned only for prediction locations inside the borderskrige.conv: model with mean defined by covariates provided by the user
error in krige.conv(zinc.geo, locations = locs, krige = KC, borders = mask.bor) :
locations and trend.l have incompatible sizes
Is this a known error?
I am running R-2.11.1 on FreeBSD 9.0-CURRENT (amd64) with newest R packages available.
Rainer Hurling