combine_front_v2: Groups FRONTs that are close in time.

Description Usage Arguments Details Examples

View source: R/A_EVENTS_elements_v2.r

Description

Example: A bird pokes its head into the nest opening and pulls it back, this can be scored as different events or as belonging to the same one.

Usage

1
combine_front_v2(x, cluster_fronts_threshold = 5, no_front = NULL)

Arguments

x

A data.table as supplied by concat_direction_v2.

cluster_fronts_threshold

Time in seconds within which FRONTs are grouped together.

no_front

Define which activities are assumed to NOT be a front. Defaults to anything that is completely unclear, or that ended or started inside of the box (e.g. OUT, IN, BACK, ...)

Details

See events_v2 for further information.

Examples

1
2
3
#Not run
#see help of function events_v2
?events_v2()

mpio-be/SNB2 documentation built on March 27, 2020, 8:33 p.m.