movfun: Internal function for Generating Moving Sum or Proportion
Description
Internal function in freqprof
that is used to generate moving
sum or proportion data.
Usage
movfun(x, n, s, r, fun)
Arguments
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
.