DramaAnalysis (version 3.0.1)

plot.QDHamming: Personnel Exchange

Description

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

Usage

# S3 method for 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

Run this code
# NOT RUN {
data(rksp.0)
h <- hamming(rksp.0)
plot(h, drama=rksp.0)
# }

Run the code above in your browser using DataLab