Learn R Programming

bioRad (version 0.5.1)

sd_vvp_threshold: Get threshold of the VVP-retrieved radial velocity standard deviation

Description

Gives the current threshold in VVP-retrieved radial velocity standard deviation in m/s.

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

threshold for sd_vvp in m/s.

Methods (by class)

  • vp: threshold in VVP-retrieved radial velocity standard deviation of a vertical profile

  • list: threshold in VVP-retrieved radial velocity standard deviation of a list of vertical profiles

  • vpts: threshold in VVP-retrieved radial velocity standard deviation of a time series of vertical profiles

Details

See also sd_vvp_threshold<- for setting an objects radial velocity standard deviation.

Examples

Run this code
# NOT RUN {
# load example data:
data(example_vp)
data(example_vpts)

# retrieve threshold for a single vertical profile:
sd_vvp_threshold(example_vp)

# retrieve threshold for a vertical profile time series:
sd_vvp_threshold(example_vpts)

# change or set the threshold for a single vertical profile:
sd_vvp_threshold(example_vp) <- 2

# change or set the threshold for a vertical profile time series:
sd_vvp_threshold(example_vp) <- 2
# }

Run the code above in your browser using DataLab