interpPosFromXYZ: Interpolate GPR coordinates from xyz coordinates

interpPosFromXYZR Documentation

Interpolate GPR coordinates from xyz coordinates

Description

This function interpolate the trace positions from a series of coordinates assuming no link between the traces and the points (e.g., it is not know which trace belong to which point). Therefore, it is assumed, that the trace spacing is constant over the GPR line.

Usage

## S4 method for signature 'GPR'
interpPosFromXYZ(x, xyz, tol = NULL)

Arguments

x

Object of the class GPR

xyz

[matrix(n, 2|3)] A two-columns (or three-column matrix) containing the x and y (or x, y, and z) coordinates.

tol

[numeric(1)] A tolerance value used to remove duplicated coordinates in xyz. When left equal to NULL tol is internally set equal to sqrt(.Machine$double.eps).

Value

[GPR] object.


emanuelhuber/RGPR documentation built on May 13, 2024, 9:31 p.m.