formant.write {rPraat} | R Documentation |
Saves Formant to the file.
formant.write(formant, fileNameFormant, format = "short")
formant |
Formant object |
fileNameFormant |
Output file name |
format |
Output file format ( |
## Not run:
formant <- formant.sample()
formant.write(formant, "demo_output.Formant")
## End(Not run)