search.TextGrid: Search a TextGrid for an Interval

Description Usage Arguments Value Author(s)

Description

Searches a TextGrid for a specific Interval.

Usage

1
2
  search.TextGrid(textgrid, tier, xmin, xmax, point = NULL,
    text)

Arguments

textgrid

The TextGrid object to search.

tier

If it is known, you can specify the name of the tier that contains the Interval as a character vector.

xmin

The beginning time point for the Interval, rounded to a whole integer.

xmax

The end time point for the Interval, rounded to a whole integer.

point

A time point if the Interval is an individual time point.

text

The annotation for the Interval.

Value

A two element vector containing the indices for the first Interval object matching the arguments and its IntervalTier.

Author(s)

John Pellman


jpellman/textgridR documentation built on May 19, 2019, 10:44 p.m.