View source: R/sd_vvp_threshold.R
sd_vvp_threshold | R Documentation |
Returns the current threshold of the radial velocity standard deviation
(sd_vvp
) of an object in m/s, retrieved by velocity volume processing
(VVP).
sd_vvp_threshold(x)
## S3 method for class 'vp'
sd_vvp_threshold(x)
## S3 method for class 'list'
sd_vvp_threshold(x)
## S3 method for class 'vpts'
sd_vvp_threshold(x)
x |
A |
The sd_vvp
threshold in m/s.
sd_vvp_threshold()<-
for setting the sd_vvp
threshold of an object.
rcs()
# Get the sd_vvp threshold for a vp
sd_vvp_threshold(example_vp)
# Get the sd_vvp threshold for a vpts
sd_vvp_threshold(example_vpts)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.