ordinary_kriging: Fitting multiple variogram models using haversine distance...

Description Usage Arguments Value

View source: R/kriging.R

Description

Fitting multiple variogram models using haversine distance (default) or euclidean.

Usage

1
ordinary_kriging(df, varg, distance = "euclidean", df.coord)

Arguments

df

A dataframe that has 'value' and two coordinates columns 'lat', 'long' for haversine or 'x' and 'y' for euclidean.

distance

Type of distance to be choosen.

model_classes

Classes of variogram models to be considered.

weight_types

Weights considered in the fitting of the variogram models.

best_model_criteria

The criteria to be taken for the choosing of the best model.

Value

A list containing all the results of the combinations of the model and a gstat object of the best model.


Martins6/distgeomodel documentation built on Nov. 12, 2020, 5:35 p.m.