movfun {FreqProf} | R Documentation |
Internal function in freqprof
that is used to generate moving
sum or proportion data.
movfun(x, n, s, r, fun)
x |
data passed from |
n |
window length passed from |
s |
step size passed from |
r |
resolution passed from |
fun |
"sum" or "proportion" passed from |
Returns a list containing the processed data into $movfun, and the
associated panels into $panels. Passes list to freqprof
.