[SOLVED] 2D demo

Any question regarding the Interpolation method using Kriging

[SOLVED] 2D demo

Postby Jeffrey Yarus » Wed Feb 02, 2022 9:58 pm

I was looking at the 2d demo and see that it uses the pollution data set. Looking at the pollution data set, I noticed that format is an Isatis format. However, the code wants to use a read.table format. Will it actually read the Isatis format, or do I need to modify it so that the first line of the table lists the variables?
Jeffrey Yarus
 
Posts: 48
Joined: Wed Jun 26, 2019 9:39 pm

Re: 2D demo

Postby Fabien Ors » Thu Feb 03, 2022 9:30 am

Dear Jeffrey

Thank you for your question.
[I have moved your post to a new topic]

You are totally right.
The first instruction of the vignette 2D.Rmd (http://rgeostats.free.fr/doc/2D.Rmd) which load Pollution.dat must be ignored.

To prevent data file access/format issues, we suggest you to directly load the Pollution dataset by using the second instruction of the demo :
Code: Select all
data(Exdemo_2D_pollution.table)
Fabien Ors
Administrateur du site
 
Posts: 226
Joined: Thu Sep 20, 2012 1:07 pm

Re: 2D demo

Postby Fabien Ors » Mon Jun 13, 2022 9:06 am

Pollution.dat has been fixed
Fabien Ors
Administrateur du site
 
Posts: 226
Joined: Thu Sep 20, 2012 1:07 pm


Return to Kriging

Who is online

Users browsing this forum: No registered users and 3 guests