View source: R/A_EVENTS_elements_v2.r
combine_front_v2 | R Documentation |
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.
combine_front_v2(x, cluster_fronts_threshold = 5, no_front = NULL)
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, ...) |
See events_v2 for further information.
#Not run
#see help of function events_v2
?events_v2()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.