Skip to content
Prev 25678 / 29559 Next

Nested Variogram Model for 3D data using gstat

Dear A.B.M.,

fit.variogram will not help you fit directional variograms. In
principle, you could write your own optimizer using e.g. stats::optim,
and gstat:;variogramLine to compute semivariances give the model for
different directions and distances.

I'd welcome a pull request with a well-tested function that would make
this easy for end users.
On 17/05/17 16:04, ABM Firoz wrote: