DramaAnalysis (version 3.0.1)

numberOfPlays: Number of plays

Description

The function numberOfPlays() determines how many different plays are contained in a single QDDrama object.

Usage

numberOfPlays(x)

Arguments

x

The QDDrama object

Value

An integer. The number of plays contained in the QDDrama object.

Examples

Run this code
# NOT RUN {
# returns 1
numberOfPlays(rksp.0)

# returns 2
numberOfPlays(combine(rksp.0, rjmw.0))
# }

Run the code above in your browser using DataLab