background.correction: Function to correct the background

Description Usage Arguments Examples

View source: R/backgroundCorrection.R

Description

This function subtracts the background based on a linear or exponential fit.

Usage

1

Arguments

d

Vector of data.

is.bg

Vector of same length as d with boolean entries.

exp

boolean weather to use an exponential model istead of a linear model. Default is FALSE.

Examples

1
background.correction(d = data, is.bg = bg)

juliusfoerstel/LaseR documentation built on May 24, 2020, 11:54 a.m.