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