plotAmpl: DEPRECATED - Plot the trace amplitude

plotAmplR Documentation

DEPRECATED - Plot the trace amplitude

Description

Plot the amplitude estimated over the whole GPR data as a function of time/depth.

Usage

## S4 method for signature 'GPR'
plotAmpl(
  x,
  npad = 100,
  FUN = mean,
  add = FALSE,
  all = FALSE,
  plotLog = TRUE,
  ...
)

Arguments

x

An object of the class GPR.

FUN

A function to be applied on each row of the GPR data to estimate the wave amplitude as a function of time/depth.

add

A length-one boolean vector. If TRUE the amplitude is plotted on the previous plot. If FALSE (default) a new plot is created.

all

A length-one boolean vector. If TRUE the logarithm of the amplitude of every trace is ploted on the estimate amplitude. Default is FALSE. processing functions with their arguments applied previously on the GPR data.

Examples

data(frenkeLine00)
plotAmpl(frenkeLine00, FUN = median)

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