setLayerVelocities: Plot the delineation on a 2D plot

plotVelocityLayersR Documentation

Plot the delineation on a 2D plot

Description

Given delineation or the output of the function... and velocity values, set 2D velocity model

Usage

plotVelocityLayers(
  x,
  method = c("linear", "nearest", "pchip", "cubic", "spline", "none"),
  col = NULL,
  ...
)

## S4 method for signature 'GPR'
plotVelocityLayers(
  x,
  method = c("linear", "nearest", "pchip", "cubic", "spline", "none"),
  col = NULL,
  ...
)

setLayerVelocities(x, v, twt = NULL, method = "pchip", clean = TRUE)

## S4 method for signature 'GPR'
setLayerVelocities(x, v, twt = NULL, method = "pchip", clean = TRUE)

Arguments

x

GPR object

method

[character(1)] interpolation method. One of linear, nearest, pchip, cubic, spline.

v

[numeric] velocities (length equal number of delineations plus one)

twt

vertical resolution of the migrated data


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