numberOfPlays {DramaAnalysis} | R Documentation |
The function numberOfPlays()
determines how many
different plays are contained in a single QDDrama object.
numberOfPlays(x)
x |
The QDDrama object |
An integer. The number of plays contained in the QDDrama object.
# returns 1
numberOfPlays(rksp.0)
# returns 2
numberOfPlays(combine(rksp.0, rjmw.0))