Who's onlineThere are currently 0 users and 11 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"Just a short word of congratulation about the open-source book project you launched yesterday; this is exactly the idea I have of the word ‘research’ (especially as a free-software advocate myself!), will try to help as much as possible." 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