R/trackCollBoot.R
trackCollBoot.Rd
Track collective events with bootstrapping randomisation
trackCollBoot(
obj,
nboot = 100L,
ncores = 2L,
method = c("shuffCoord", "randShiftMeas", "shuffMeasTrack", "shuffMeasFrame",
"shuffBlockTrack", "shuffBlockTrackAlt"),
eps = 1,
minClSz = 1L,
nPrev = 1L,
epsPrev = NULL,
colldurlim = c(1, Inf),
colltotszlim = c(1, Inf),
deb = FALSE
)
# S3 method for arcosTS
trackCollBoot(
obj,
nboot = 100L,
ncores = 2L,
method = c("shuffCoord", "randShiftMeas", "shuffMeasTrack", "shuffMeasFrame",
"shuffBlockTrack", "shuffBlockTrackAlt"),
eps = 1,
minClSz = 1L,
nPrev = 1L,
epsPrev = NULL,
colldurlim = c(1, Inf),
colltotszlim = c(1, Inf),
deb = FALSE
)
an arcosTS object.
an integer, number of bootstrap iterations; default 100.
an integer, number of parallel cores; default 2.
either of the five bootstrapping methods: shuffCoord', 'randShiftMeas', 'shuffMeasTrack', 'shuffMeasFrame', 'shuffBlockTrack', 'shuffBlockTrackAlt'.
a numeric, sets the search radius for spatial clustering with dbscan; default 1.
an integer, minimum cluster size for dbscan; default 1L.
an integer, number of previous frames to link; default 1L.
a float with the search radius for linking clusters between frames, default NULL means that epsPrev = eps.
a two-element vector with limits for filtering cluster duration; default c(1, Inf).
a two-element vector with limits for filtering cluster size; default c(1, Inf).
boolean, additional debug output; default FALSE.
a data.table with filtered stats of collective events at every bootstrapping iteration
Identifies collective events using one of five randomisation methods.
cat("No example\n")
#> No example