identifyPauses: identifyPauses: label pauses according to type.

View source: R/markov.R

identifyPausesR 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])

vocaldia documentation built on Aug. 15, 2022, 1:05 a.m.