get_param: Get a parameter ('param') from a scan ('scan')

View source: R/get_param.R

get_paramR Documentation

Get a parameter (param) from a scan (scan)

Description

Returns the selected parameter (param) from a scan (scan).

Usage

get_param(x, param)

Arguments

x

A scan object.

param

Character. A scan parameter, such as DBZH or VRADH. See summary.param() for commonly available parameters.

Value

A param object.

See Also

  • summary.param()

Examples

# Get summary info for a scan (including parameters)
example_scan

# Extract the VRADH scan parameter
param <- get_param(example_scan, "VRADH")

# Get summary info for this parameter
param

bioRad documentation built on Oct. 20, 2023, 5:06 p.m.