You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am wondering whether there is a simple way to fit an entrogram, to calculate range/sill values. Using gstat, it is possible to fit a variogram using two steps:
Of course, I can't use the calculated entrogram with the fit.variogram() function, and manual transforming into a gstat-variogram object is quite annoying. Is there a better workflow for this? Probably I'm missing something.
The text was updated successfully, but these errors were encountered:
I am wondering whether there is a simple way to fit an entrogram, to calculate range/sill values. Using gstat, it is possible to fit a variogram using two steps:
variogram() -> variogram_value
fit.variogram(variogram_value, vgm("Sph"))
Of course, I can't use the calculated entrogram with the fit.variogram() function, and manual transforming into a gstat-variogram object is quite annoying. Is there a better workflow for this? Probably I'm missing something.
The text was updated successfully, but these errors were encountered: