DramaAnalysis (version 3.0.0)

combine: Combine multiple plays

Description

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

Usage

combine(x, y)

Arguments

x

A QDDrama

y

A QDDrama

Value

A single QDDrama object that represents both plays.

Examples

Run this code
# NOT RUN {
data(rksp.0)
data(rjmw.0)
d <- combine(rjmw.0, rksp.0)
# }

Run the code above in your browser using DataCamp Workspace