get_param {bioRad} | R 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 |
param |
Character. A scan parameter, such as |
Value
A param
object.
See Also
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
[Package bioRad version 0.8.1 Index]