modify.Interval: Modifies an Interval with certain characteristics in a...

Description Usage Arguments Value Author(s)

Description

Modifies an Interval from a specified IntervalTier within a TextGrid.

Usage

1
2
  modify.Interval(textgrid, tier, interval = NULL, xmin,
    xmax, text, newxmin, newxmax, newtext)

Arguments

textgrid

The TextGrid object to modify.

tier

The name of the IntervalTier as a character vector.

interval

The Interval object to be modified.

xmin

The current beginning time point for the Interval.

xmax

The current end time point for the Interval.

text

The current annotation for the interval.

newxmin

A new beginning time point for the Interval.

newxmax

A new end time point for the Interval.

newtext

A new annotation for the interval.

Value

A TextGrid object with the modified Interval.

Author(s)

John Pellman


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