numberOfPlays {DramaAnalysis} | R Documentation |
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
# returns 1
numberOfPlays(rksp.0)
# returns 2
numberOfPlays(combine(rksp.0, rjmw.0))
[Package DramaAnalysis version 3.0.2 Index]