R/sd_vvp_threshold.R
sd_vvp_threshold.Rd
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 vp sd_vvp_threshold(x) # S3 method for list sd_vvp_threshold(x) # S3 method for 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.
# Get the sd_vvp threshold for a vp vp <- example_vp sd_vvp_threshold(vp)#> [1] 2# Get the sd_vvp threshold for a vpts vpts <- example_vpts sd_vvp_threshold(vpts)#> [1] 2