A more efficient implementation of mmv. Simply takes a vector
(x) of values and rolls over them element wise by windows.
Returns a vector of maximum mean values for each window. NAs are not
ignored.
Usage
mmv2(x, windows)
Arguments
x
a numeric vector of values.
windows
window size(s) (in element units) for which to
generate maximum mean values.