Learn R Programming

bioRad (version 0.4.0)

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

Examples

Run this code
# NOT RUN {
# extract threshold for a single vertical profile:
sd_vvp_threshold(example_vp)
# }

Run the code above in your browser using DataLab