model.fit {RGeoS} | R Documentation |
Fit the Sill matrices of a Model according to experimental Variograms
model.fit(vario, model, wmode=2, maxiter = 100, draw = TRUE, flag.ask = NA, flag.fit = TRUE, verbose=0, ...)
vario |
The |
model |
The |
wmode |
Type of the weighting function used in the fitting procedure. This function is defined in the case of several directional experimental variograms, calculated in a multivariate case:
|
maxiter |
Maximum number of iterations in the fitting procedure. |
draw |
When TRUE, both the experimental variograms and the Model are represented graphically. Otherwise, no graphic is produced. |
flag.ask |
When TRUE, the parameters of the model are entered interactively. When FALSE and if a model is provided as an argument, the automatic sill takes place and no question is asked. When not defined, its value is defaulted to FALSE if a model is provided and to TRUE otherwise |
flag.fit |
When TRUE, the automatic sill fitting algorithm is switched ON. Otherwise, the user must define the sills. |
verbose |
When TRUE, indications are given regarding the convergence of the algorithm used for automatic model fitting. |
... |
Arguments passed for the legend (see legend.line) |