TextGrid-constructor: Create an instance of the TextGrid class.

Description Usage Arguments Value Details for signature c(textGrid = 'character') See Also

Description

An S4 generic and S4 methods for creating a TextGrid object.

Usage

1
2
3
4
TextGrid(textGrid, ...)

## S4 method for signature 'character'
TextGrid(textGrid)

Arguments

textGrid

A character vector

...

optional arguments for multiple dispatch (in development).

Value

A TextGrid object.

Details for signature c(textGrid = 'character')

If textGrid is a string (i.e., a character vector with length(textGrid)=1), then it is assumed that the textGrid argument is the path to a .TextGrid file. Otherwise, the textGrid argument is assumed to be a character vector whose elements are the lines of some .TextGrid file.

See Also

TextGrid-class, TextGrid-accessors


textgRid documentation built on May 1, 2019, 10:26 p.m.