Skip to content
Prev 26239 / 29559 Next

how to access source code to the 'variogramLine' function in Gstat ?

Bernard,

https://github.com/edzer/gstat/blob/master/src/vario_fn.c

gets you all the unit functions; they get multiplied by their partial
sill value, and added up here:

https://github.com/edzer/gstat/blob/master/src/vario.c#L286-L308

the C function interfacing R is here:

https://github.com/edzer/gstat/blob/master/src/s.c#L709
On 01/02/2018 06:08 PM, bernard julien wrote: