time0: 'time-zero' of every traces

time0R Documentation

'time-zero' of every traces

Description

time0 returns the 'time-zero' of every traces. Generally, 'time-zero' corresponds to the first wave arrival (also called first wave break).

Usage

## S4 method for signature 'GPR'
time0(x)

## S4 replacement method for signature 'GPR'
time0(x) <- value

## S4 method for signature 'GPR'
setTime0(x, t0, track = TRUE)

Arguments

x

An object of the class GPR.

Value

A vector containing the time-zero values of each traces.

See Also

firstBreak to estimate the first wave break.

Examples

data(frenkeLine00)
time0(frenkeLine00)

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