| identifyVocalisations | R Documentation | 
Identify switching vocalisations
identifyVocalisations(vocvector, idswitchvoc = T)
vocvector | 
 a character vector containing a sequence of vocalisation events  | 
idswitchvoc | 
 if TRUE distinguise between SwitchingVocalisation and Vocalisation.  | 
SwitchingVocalisation is a vocalisation that signals a immediate speaker transition; that is, a transition from speaker to speaker (as opposed to speaker to Grp or speaker to Pause).
E.g (speakers A, B, C):
AAAAAAAABBBBBBBCCCCCBBBBBPauseBBBBSwitchingPauseAAAAAGrp
       ^      ^    ^    ^        ^                  ^
       |      |    |    |        |                  |
       |      |    |    ----------- Non-SwitchingVocalisation
       |      |    |
       ---------------------> SwitchingVocalisation
A vector with all events replaced by the appropriate type identifier.
data(vocdia) identifyVocalisations(atddia$speaker[1:60])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.