Calculate statistics of collective events

calcStatsColl(obj)

# S3 method for arcosTS
calcStatsColl(obj)

Arguments

obj

an arcosTS object.

Value

an arcosTS object

Details

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.

Examples

cat("no examples")
#> no examples