Description Usage Arguments Details Value See Also Examples
Identify the type of pause between vocalisations.
1 | getPauseType(prevspeaker, nextspeaker)
|
prevspeaker |
speaker of the vocalisation immediately before Floor |
nextspeaker |
speaker of the vocalisation immediately after Floor |
The type of pause a 'Floor' (silence) event represents can be: 'Pause', 'SwitchingPause', 'GrpPause', or 'GrpSwitchingPause'. See (Luz, 2013) for details.
the pause type.
1 2 3 4 5 6 7 8 9 10 | getPauseType('a', 'b')
## [1] "SwitchingPause"
getPauseType('a', 'Grp')
## [1] "SwitchingPause"
getPauseType('Grp', 'Grp')
## [1] "GrpPause"
getPauseType('Grp', 'a')
## [1] "GrpSwitchingPause"
getPauseType('a', 'a')
##[1] "Pause"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.