Learn R Programming

bioRad (version 0.5.1)

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
my_param <- get_param(example_scan, "VRADH")
my_param
# }

Run the code above in your browser using DataLab