pitch.write {rPraat} | R Documentation |
pitch.write
Description
Saves Pitch to the file.
Usage
pitch.write(pitch, fileNamePitch, format = "short")
Arguments
pitch |
Pitch object |
fileNamePitch |
Output file name |
format |
Output file format ( |
See Also
Examples
## Not run:
pitch <- pitch.sample()
pitch.write(pitch, "demo_output.Pitch")
## End(Not run)
[Package rPraat version 1.3.2-1 Index]