plot.QDUtteranceStatistics: Utterance positions

Description Usage Arguments Value See Also

View source: R/plots.R

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

1
2
## S3 method for class '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


DramaAnalysis documentation built on Jan. 13, 2021, 10:02 p.m.