getBg.waves: Get Background Values for a Single Wavelength

Description Usage Arguments Value Author(s) Examples

Description

Get background values for a single wavelength

Usage

1
getBg.waves(x, limits = c(300, 350), period = 1800)

Arguments

x

A vector of data.

limits

The limits in seconds to use for the background period of each run.

period

The sample period (in seconds) including the background.

Value

A vector of background values.

Author(s)

Al Fischer

Examples

1
2
3
apply(X[, cols], 2, getBg.waves, ...) \%>\%
fillToLength() \%>\%
setNames(names)

alphonse/aeRo documentation built on May 11, 2019, 11:21 p.m.