fetch_ins_outs_v2: Split data into different pieces of activity

Description Usage Arguments Details Examples

Description

Split data into different pieces of activity, e.g. one "IN" and one "OUT"

Usage

1
2
3
4
5
6
fetch_ins_outs_v2(
  x,
  tr_threshold = 5,
  broken_LB_threshold = 600,
  cluster_events_threshold = 1
)

Arguments

x

A data.table as supplied by fetch_data_v2.

tr_threshold

Time in seconds within which the light barriers are assigned to a specific transponder

broken_LB_threshold

Time in seconds after which a light barrier that is constantly on will be marked as off.

cluster_events_threshold

Time in seconds within which different oieces of activity will be considered as belonging together.

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.