groupify: Group based upon sweep interval.

View source: R/groupify.R

groupifyR Documentation

Group based upon sweep interval.

Description

Group based upon sweep interval.

Usage

groupify(x, threshold = 10)

Arguments

threshold

Examples


tst0 =
starting_times = sapply(1:length(tst0), function(x){
tst0[[x]]$starting_time
})

x = starting_times


NRSC/nphys documentation built on Nov. 13, 2024, 2:12 a.m.