plot.QDHamming {DramaAnalysis}R Documentation

Personnel Exchange

Description

Uses the default scatterplot function to plot the personnel exchange in each scene.

Usage

## S3 method for class 'QDHamming'
plot(x, drama = NULL, xlab = "Scene", ylab = "Exchange after Scene", ...)

Arguments

x

A numeric vector generated from the function

drama

Optional QDDrama object. If present, act boundaries and correct scene labels are included in the plot.

xlab

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

ylab

A character vector that is used as y axis label. Defaults to "Exchange".

...

Parameters passed to plot.default().

Value

See plot.default().

See Also

plot.default

Examples

data(rksp.0)
h <- hamming(rksp.0)
plot(h, drama=rksp.0)

[Package DramaAnalysis version 3.0.2 Index]