dot-transform_todepth: Transform the y-axis from position to depth in meters using a...

.transform_todepthR Documentation

Transform the y-axis from position to depth in meters using a known maximum depth.

Description

Transform the y-axis from position to depth in meters using a known maximum depth.

Usage

.transform_todepth(trace, max_depth)

Arguments

trace

tidy trace data frame after arc removal, contains the x and y values of the trace.

max_depth

maximum depth of trace in meters.

Value

trace data frame with depth in meters.

Examples

## Not run: 
trace <- .trace(trace, max_depth = 317)

## End(Not run)

EmmaLiTsai/recoverKBTDR documentation built on Aug. 29, 2024, 10:38 a.m.