Learn R Programming

rPraat (version 1.3.2-1)

formant.write: 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

Run this code
# NOT RUN {
formant <- formant.sample()
formant.write(formant, "demo_output.Formant")
# }

Run the code above in your browser using DataLab