Who's onlineThere are currently 0 users and 1 guest 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"I've been looking at your book - I think it provides nice introductions to some important topics. I'm impressed that it's free!" 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