impact {GENEAclassify} | R Documentation |
impact function
Description
Called by segmentation
.
Usage
impact(x, threshold = 2.5)
Arguments
x |
vector of numeric values |
threshold |
cutoff point above which acceleration is considered |
Value
A single value data.
Examples
Freq <- 100
x <- c(1,1.5,2.6,2,3,3,1,1,1)
impact(x)
[Package GENEAclassify version 1.5.5 Index]