DramaAnalysis (version 3.0.1)

plot.QDUtteranceStatistics: Utterance positions

Description

Uses the function stripchart to plot each utterance at their position, in a line representing the character. The dot is marked in the middle of each utterance. Might look weird if very long utterances are present.

Usage

# S3 method for QDUtteranceStatistics
plot(x, drama = NULL, colors = qd.colors, xlab = "Time", ...)

Arguments

x

A table generated from the function

drama

Optional QDDrama object. If present, segment boundaries are extracted from it and included in the plot.

colors

The colors to be used

xlab

A character vector that is used as x axis label. Defaults to "Time".

...

Parameters passed to stripchart().

Value

See stripchart().

See Also

stripchart