Peak reaching velocity
Value
Peak speed. Its first 1-based sample index is stored in the
"index" attribute. Returns NA when all samples are missing.
Examples
peakVelocity(c(0, 1, 3, 2, 0))
#> [1] 3
#> attr(,"index")
#> [1] 3
Peak reaching velocity
Peak speed. Its first 1-based sample index is stored in the
"index" attribute. Returns NA when all samples are missing.
peakVelocity(c(0, 1, 3, 2, 0))
#> [1] 3
#> attr(,"index")
#> [1] 3