compute_peak_step_acc {activAnalyzer} | R Documentation |
Compute mean step accumulation (per min) from a given number of the best continous or discontinuous minutes
compute_peak_step_acc(x, n)
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. |
A numeric value.