calcGrowthColl: "Calculate collective events' growth"

View source: R/calcGrowthColl.R

calcGrowthCollR Documentation

"Calculate collective events' growth"

Description

Calculate the growth of collective events over time

Usage

calcGrowthColl(obj)

## S3 method for class 'arcosTS'
calcGrowthColl(obj)

Arguments

obj

an arcosTS object with collective events as obtained from the trackColl function.

Details

Wrapper for the getMinBBox2D function that implements the rotating callipers algorithm. Calculates the minimal directed bounding box for every event at every time frame. The longer side is taken as the "diameter". Currently works only with 2D data!

Value

a data.table with the width and height of the minimal directed bounding box, and the number of points used for the calculation.

Examples

cat("no examples")

dmattek/ARCOS documentation built on Dec. 5, 2024, 11:02 p.m.