Learn R Programming

rPraat (version 1.3.2-1)

pitch.write: 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

Run this code
# NOT RUN {
pitch <- pitch.sample()
pitch.write(pitch, "demo_output.Pitch")
# }

Run the code above in your browser using DataLab