plotEnvelope: DEPRECATED - Plot the trace plotEnvelope

plotEnvelopeR Documentation

DEPRECATED - Plot the trace plotEnvelope

Description

Plot the amplitude envelope of each trace. See envelope.

Usage

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

Arguments

x

An object of the class GPR.

npad

Integer. Padding to avoid Gibbs effect at the begining and end of the data because of the Hilbert transform.

FUN

DEPRECATED. 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 all trace envelope are plotted, if FALSE only the mean.

plotLog

A length-one boolean vector. If TRUE the logarithm of the amplitude of every trace is ploted on the estimate amplitude. Default is FALSE.

Examples

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

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