View source: R/selCollEvents.R
selCollEvents | R Documentation |
Filter collective events calculated by the trackCollEvents
function by size and duration.
selCollEvents(
inDTcoll,
inCols = list(frame = "frame", id = "trackID", collid = "clTrackID"),
inCollDur,
inCollTotSz
)
inDTcoll |
a data.table with collective events in the long format produced by the |
inCols |
a list with column names, |
inCollDur |
a vector with 2 integers that correspond to the minimum and maximum duration of clusters in frame numbers. |
inCollTotSz |
a vector with 2 integers that correspond to the minimum and maximum total size of clusters in frame numbers. The total size is the number of unique objects involved in a collective event throughout its entire duration. |
a data.table as the inDTcoll
with collective events within provided duration and size bounds.
cat("no examples")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.