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 ("short" (default, short text format) or "text" (a.k.a. full text format))

See Also

pitch.read, pt.read

Examples

## Not run: 
pitch <- pitch.sample()
pitch.write(pitch, "demo_output.Pitch")

## End(Not run)

[Package rPraat version 1.3.2-1 Index]