combine {DramaAnalysis} | R Documentation |
The function combine(x, y)
can be used to merge
multiple objects of the type QDDrama
into one.
combine(x, y)
x |
A |
y |
A |
A single QDDrama object that represents both plays.
data(rksp.0)
data(rjmw.0)
d <- combine(rjmw.0, rksp.0)