varsimR: Calculated Variograms for Gridded Data

Description Usage Arguments Value

Description

Only supports 2D rotations. Does not support lithology data file. Does not support indicator variograms.

Usage

1
2
varsimR(data, vars, xyz = c("x", "y"), dims = c(1, 1), realz = 1,
  standardize = FALSE, dirs = c(0, 90), nlags = 10, single = FALSE)

Arguments

data

Data frame of gridded data.

vars

Character vecotr of variables to calculate variograms.

xyz

Character vecotr of coordinate column names.

dims

Numeric vector of grid node/cell dimensions.

realz

Scalar integer number of realizations.

standardize

Scalar boolean: standardize variograms.

dirs

Numeric vecotr of azimuth rotations.

nlags

Number of lags to calculate.

single

Boolean: produce a single variogram rather than direct and cross variograms.

Value

Data frame variograms.


truemoid/rgslib documentation built on May 30, 2019, 2:14 p.m.