plot.QDUtteranceStatistics {DramaAnalysis} | R Documentation |
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 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
[Package DramaAnalysis version 3.0.2 Index]