compute_peak_step_acc: Compute mean step accumulation (per min) from a given number of the best continous
or discontinuous minutes
Description
Compute mean step accumulation (per min) from a given number of the best continous
or discontinuous minutes
Usage
compute_peak_step_acc(x, n)
Arguments
- x
A vector of steps data, each value corresponding to a total of steps
in a minute.
- n
An integer value setting the number of minutes to be used to compute
the metric.