| mov.max | R Documentation |
Calculate the moving maximum. For compatibility only.
mov.max(x, k, shift = "centre")
x |
A vector to calculate moving maximum |
k |
The moving windows |
shift |
if shift = "centre", then values are shifted to centre. if shift = "begin", then values are at begin of period. if shift = "end", then values are at end of period. The default value (centre) will be used if shift is other value. |
The moving maximum of vector x at moving windows k
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.