formant.write: formant.write

Description Usage Arguments See Also Examples

View source: R/formant.R

Description

Saves Formant to the file.

Usage

1
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

1
2
3
4
5
## Not run: 
formant <- formant.sample()
formant.write(formant, "demo_output.Formant")

## End(Not run)

rPraat documentation built on Feb. 28, 2021, 1:06 a.m.