addcoordR: Run the CCG 'addcoord' Program to Create a Variogram Map.

Description Usage Arguments Value

Description

addcoordR creates variogram maps for analysis of spatial continuity.

Usage

1
2
addcoordR(path, realization = 1, xdef = c(50, 2.5, 5), ydef = c(50,
  2.5, 5), zdef = c(1, 0.5, 1), dec = c(3, 3, 3), debug = FALSE)

Arguments

path

GeoEase format system file.

realization

Scalar numeric. Number of the realization to affect.

xdef, ydef, zdef

Numeric vectors of length 3 defining the number of nodes, grid origin coordinate, and node spacing for x, y, and z axes.

dec

Rounding of coordinates for x, y, and z.

debug

Scalar boolean. If TRUE don't delete temporary system files. Default is FALSE.

Value

Silently return path. Side effect is creation of system file called 'addcoord-out.dat' which is the input path file with the addition of coordinates.


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