View source: R/calcStatsCollEvents.R
calcStatsCollEvents | R Documentation |
Calculate statistics of collective events identified by the trackCollEvents
function.
Calculates:
- event duration in time frames, clDur
,
- the total number of unique objects/cells that participate in an event, totSz
,
- the smallest number of objects/cells that comprise an event, minSz
,
- the largest number of objects/cells that comprise an event, maxSz
.
calcStatsCollEvents(
inDTcoll,
inCols = list(frame = "frame", id = "trackID", collid = "clTrackID", bootiter =
"bootiter"),
fromBoot = FALSE
)
inDTcoll |
a data.table with collective events in the long format produced by the |
inCols |
a list with column names, |
fromBoot |
logical, indicates whether input data comes from bootstrapping; default FALSE. |
a data.table with aggregated stats of collective events.
cat("no examples")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.