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)

bbTomas/rPraat documentation built on Dec. 26, 2021, 2:08 a.m.