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 ( |
See Also
Examples
## Not run:
formant <- formant.sample()
formant.write(formant, "demo_output.Formant")
## End(Not run)
[Package rPraat version 1.3.2-1 Index]