combine {DramaAnalysis}R Documentation

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


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

[Package DramaAnalysis version 3.0.2 Index]