Description Usage Arguments Value Examples
Creates a table with events from the image level annotation information.
1 | watchme_aggregate(df, min_no_pictures = 1)
|
df |
the data created by using |
min_no_pictures |
the minimal number of images for defining an event. Default is 1. |
A tbl_df
with
event code
start time (POSIXt)
end time (POSIXt)
no of pictures in the event
index of the first picture in the event
index of the last picture in the event
group of the code
meaning of the code
duration of the event in seconds
the attribute dico
tibble
for defining the codes with at least Code and Meaning column, possibly Group column for having groups of codes (e.g. sport encompasses running and swimming)
event index, , , and event_code (character).
1 2 3 4 5 | data('coding_example')
event_table <- watchme_aggregate(df = coding_example)
event_table
event_table2 <- watchme_aggregate(df = coding_example, min_no_pictures = 2)
event_table2
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.