Learn R Programming

smoother (version 1.3)

smth.options: Smoother Options

Description

Several Global Options have been declared, as described in this help file.

Arguments

Details

The following global options can be modified, to alter the default calculation behaviour.

NAMEVALUEDESCRIPTION
smoother.gaussianwindow.alpha2.5Alpha Value in Calculating Window
smoother.window0.1Width of Window
smoother.method'gaussian'Default Smoothing Method
smoother.tailsFALSEInclude tails in final vector
smoother.verboseFALSEVerbose Reporting

Examples

Run this code
#Tighten the alpha term for this session.
options('smoother.gaussianwindow.alpha' = 1)

#Include the Tails in Final Calculation
options('smoother.tails' = TRUE)

Run the code above in your browser using DataLab