The function combine(x, y) can be used to merge multiple objects of the type QDDrama into one.

combine(x, y)

Arguments

x

A QDDrama

y

A QDDrama

Value

A single QDDrama object that represents both plays.

Examples

data(rksp.0) data(rjmw.0) d <- combine(rjmw.0, rksp.0)