movfun: Internal function for Generating Moving Sum or Proportion

Description Usage Arguments Value

Description

Internal function in freqprof that is used to generate moving sum or proportion data.

Usage

1
movfun(x, n, s, r, fun)

Arguments

x

data passed from freqprof

n

window length passed from freqprof

s

step size passed from freqprof

r

resolution passed from freqprof

fun

"sum" or "proportion" passed from freqprof

Value

Returns a list containing the processed data into $movfun, and the associated panels into $panels. Passes list to freqprof.


FreqProf documentation built on May 2, 2019, 6:38 a.m.