smth.options {smoother} | R Documentation |
Smoother Options
Description
Several Global Options have been declared, as described in this help file.
Details
The following global options can be modified, to alter the default calculation behaviour.
NAME | VALUE | DESCRIPTION |
smoother.gaussianwindow.alpha | 2.5 | Alpha Value in Calculating Window |
smoother.window | 0.1 | Width of Window |
smoother.method | 'gaussian' | Default Smoothing Method |
smoother.tails | FALSE | Include tails in final vector |
smoother.verbose | FALSE | Verbose Reporting |
Examples
#Tighten the alpha term for this session.
options('smoother.gaussianwindow.alpha' = 1)
#Include the Tails in Final Calculation
options('smoother.tails' = TRUE)
[Package smoother version 1.3 Index]