watchme_plot_sequence: Plot sequences of events

Description Usage Arguments Value Examples

Description

Plot sequences of events

Usage

1
watchme_plot_sequence(event_table, x_axis = "time")

Arguments

event_table

a table of events created with thetoEventLevel function (or having the same structure), including dico as attribute.

x_axis

either 'time' or 'picture' index as x axis variable.

Value

A ggplot2 graph.

Examples

1
2
3
4
5
data('coding1')
library('ggplot2')
event_table <- watchme_aggregate(df = coding1)
watchme_plot_sequence(event_table)
watchme_plot_sequence(event_table, x_axis = "picture")

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