Learn R Programming

bioRad (version 0.5.2)

sd_vvp_threshold: Get threshold of the radial velocity standard deviation

Description

Returns the current threshold of the radial velocity standard deviation (sd_vvp) of an object in m/s, retrieved by velocity volume processing (VVP).

Usage

sd_vvp_threshold(x)

# S3 method for vp sd_vvp_threshold(x)

# S3 method for list sd_vvp_threshold(x)

# S3 method for vpts sd_vvp_threshold(x)

Arguments

x

A vp, list of vp or vpts object.

Value

The sd_vvp threshold in m/s.

See Also

Examples

Run this code
# NOT RUN {
# Get the sd_vvp threshold for a vp
vp <- example_vp
sd_vvp_threshold(vp)

# Get the sd_vvp threshold for a vpts
vpts <- example_vpts
sd_vvp_threshold(vpts)
# }

Run the code above in your browser using DataLab