smth.options | R Documentation |
Several Global Options have been declared, as described in this help file.
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 |
#Tighten the alpha term for this session.
options('smoother.gaussianwindow.alpha' = 1)
#Include the Tails in Final Calculation
options('smoother.tails' = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.