smooth.average: Calculates a sensible moving average based on smoothing...

Description Usage Arguments

View source: R/HelpfullFunctions.R

Description

Calculates a sensible moving average based on smoothing parameter

Usage

1
smooth.average(input, smooth = 5, show = "value")

Arguments

smooth

How much should be smoothed. This is the total value of used data points, so (smooth-1)/2 is smoothed in either direction.

show

Either 'value' for the actual value or 'sd' for a running of the averaged Standarddeviation within the smoothing range


MartinKies/USLR documentation built on Nov. 10, 2019, 5:24 a.m.