calcStatsColl | R Documentation |
Calculate statistics of collective events
calcStatsColl(obj)
## S3 method for class 'arcosTS'
calcStatsColl(obj)
obj |
an arcosTS object. |
Wrapper for the calcStatsCollEvents
function to 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
.
an arcosTS object
cat("no examples")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.