formant.write {rPraat}R Documentation

formant.write

Description

Saves Formant to the file.

Usage

formant.write(formant, fileNameFormant, format = "short")

Arguments

formant

Formant object

fileNameFormant

Output file name

format

Output file format ("short" (default, short text format) or "text" (a.k.a. full text format))

See Also

formant.read, tg.read

Examples

## Not run: 
formant <- formant.sample()
formant.write(formant, "demo_output.Formant")

## End(Not run)

[Package rPraat version 1.3.2-1 Index]