watchme_aggregate: Creates a table with events from the image level annotation...

Description Usage Arguments Value Examples

Description

Creates a table with events from the image level annotation information.

Usage

1
watchme_aggregate(df, min_no_pictures = 1)

Arguments

df

the data created by using watchme_prepare_data

min_no_pictures

the minimal number of images for defining an event. Default is 1.

Value

A tbl_df with

event index, , , and event_code (character).

Examples

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

masalmon/watchme documentation built on May 21, 2019, 12:41 p.m.