identifyPauses {vocaldia}R Documentation

identifyPauses: label pauses according to type.

Description

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

Usage

identifyPauses(vocvector)

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

Value

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

Examples

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

[Package vocaldia version 0.8.4 Index]