baselineEnv | R Documentation |
Methods to access the baseline environment.
baselineEnv()
getBaselineEnv(x, mode="any")
putBaselineEnv(x, value)
x |
Name of object to put/get. |
mode |
Mode of object to get. |
value |
Object to put. |
getBaseline
retrieves an object.
Kristian Hovde Liland and Bjørn-Helge Mevik
The functions implementing the baseline algorithms:
baseline.als
, baseline.fillPeaks
,
baseline.irls
, baseline.lowpass
,
baseline.medianWindow
,
baseline.modpolyfit
,
baseline.peakDetection
,
baseline.rfbaseline
, baseline.rollingBall
putBaselineEnv('fish', '<==x-<')
getBaselineEnv('fish')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.