velSmooth: Smooth velocity model

velSmoothR Documentation

Smooth velocity model

Description

Define the smoothing parameters that will be used when the velocities will be plotted or used in other functions. To undo smoothing, set w = NULL.

Usage

velSmooth(x, type = c("vrms", "vint"), w)

## S4 method for signature 'GPR'
velSmooth(x, type = c("vrms", "vint"), w)

Arguments

x

[GPR class] An object of the class GPR

type

[character(1)] Which type of velocity values has to be updated? The root-mean-square velocity (vrms) or the internal velocity (vint)?

w

[numeric(1)|NULL] Standard deviation of the standard deviation of the smoothing kernel. If w = NULL, no smoothing will be applied.

Value

[GPR class] An object of the class GPR.


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