Description Usage Arguments Value Examples
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.
1 |
x |
a numeric vector of values. |
windows |
window size(s) (in element units) for which to generate maximum mean values. |
a vector of length(windows).
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.