numberOfPlays: Number of plays

Description Usage Arguments Value Examples

View source: R/text.R

Description

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

Usage

1

Arguments

x

The QDDrama object

Value

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

Examples

1
2
3
4
5
# returns 1
numberOfPlays(rksp.0)

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

DramaAnalysis documentation built on Jan. 13, 2021, 10:02 p.m.