interpolate_3D {RIntaros} | R Documentation |
Interpolate Target Variable on a 3-D grid
interpolate_3D(dbin, var, mesh = 1, depth0, ndepth, ddepth, vario_lag = 0.5, vario_nlag = 20, struct = c(1, 12), dirvect = c(0, 45, 90, 135), draw.model = FALSE, verbose = FALSE,...)
dbin |
The |
var |
Name of the Target variable |
mesh |
Horizontal Mesh of the resulting grid |
depth0 |
Origin of the 3-D grid along Depth |
ndepth |
Number of meshes of the 3-D grid along Depth |
ddepth |
Mesh of the 3-D grid along Depth |
vario_lag |
Lag of the experimental variogram calculated |
vario_nlag |
Number of variogram lags to be calculated |
struct |
Set of basic structures used for fitting the Model |
dirvect |
Set of directions where the (horizontal) experimental variograms must be calculated. If not defined, an omni-directional is calculated instead. |
draw.model |
When TRUE, the experimental variogram and the fitted model are represented graphically. |
verbose |
Verbose flag |
... |
Arguments passed to |
A new db-class
organized as a regular 3-D grid which contains
the estimation result as well as the variance of the estimation error.