Learn R Programming

bioRad (version 0.4.0)

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

Description

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

Usage

get_param(x, param)

Arguments

x

An object of class scan.

param

a scan parameter

Value

An object of class 'param'.

Examples

Run this code
# NOT RUN {
# we will extract a scan parameter from the example scan object:
example_scan
# extract the VRADH scan parameter
myparam <- get_param(example_scan, "VRADH")
# }

Run the code above in your browser using DataLab