pt.read {rPraat} | R Documentation |
pt.read
Description
Reads PitchTier from Praat. Supported formats: text file, short text file, spreadsheet, headerless spreadsheet (headerless not recommended, it does not contain tmin and tmax info).
Usage
pt.read(fileNamePitchTier, encoding = "UTF-8")
Arguments
fileNamePitchTier |
file name of PitchTier |
encoding |
File encoding (default: |
Value
PitchTier object
See Also
pt.write
, pt.plot
, pt.Hz2ST
, pt.cut
, pt.cut0
, pt.interpolate
, pt.legendre
, tg.read
, pitch.read
, formant.read
, it.read
, col.read
Examples
## Not run:
pt <- pt.read("demo/H.PitchTier")
pt.plot(pt)
## End(Not run)
[Package rPraat version 1.3.2-1 Index]