add.IntervalTier: Add an IntervalTier to a TextGrid

Description Usage Arguments Value Author(s)

Description

Adds an IntervalTier to a TextGrid.

Usage

1
2
  add.IntervalTier(textgrid, name, xmin, xmax,
    intervalmins, intervalmaxs, intervaltexts)

Arguments

textgrid

The TextGrid object to modify.

name

The name of the IntervalTier to be inserted.

xmin

The earliest time point for the intervals contained in the IntervalTier.

xmax

The latest time point for the intervals contained in the IntervalTier.

intervalmins

A vector of beginning values for the Intervals in the IntervalTier.

intervalmaxs

A vector of end values for the Intervals in the IntervalTier.

intervaltexts

A vector of text annotations for the Intervals in the IntervalTier.

Value

The TextGrid with the new IntervalTier added.

Author(s)

John Pellman


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