Learn R Programming

vocaldia (version 0.8.4)

identifyPauses: identifyPauses: label pauses according to type.

Description

Assign types to the pauses (Floor events) in a sequence

Usage

identifyPauses(vocvector)

Value

A vector with all Floor events replaced by the appropriate pause type identifier.

Arguments

vocvector

a character vector containing a sequence of vocalisation events

Details

Identify the pauses in a vector as one of the pauses in pauseTypes

Examples

Run this code
data(vocdia)
identifyPauses(atddia$speaker[1:60])

Run the code above in your browser using DataLab