crop: Crop GPR data

cropR Documentation

Crop GPR data

Description

Crop GPR data based on trace position (xlim) and/or two-way travel time/depth (ylim). One of the arguments xlim and ylim can be set equal to NULL. In this case, the whole data range wi

Usage

## S4 method for signature 'GPR'
crop(x, xlim = NULL, ylim = NULL, track = TRUE)

Arguments

x

GPR data

xlim

[numeric(2)|NULL] Trace position range. If equal to NULL the range is equal to the data range.

ylim

[numeric(2)|NULL] two-way travel time/depth range. If equal to NULL the range is equal to the data range.


emanuelhuber/RGPR documentation built on March 18, 2024, 8 p.m.