it.read {rPraat} | R Documentation |
it.read
Description
Reads IntensityTier from Praat. Supported formats: text file, short text file.
Usage
it.read(fileNameIntensityTier, encoding = "UTF-8")
Arguments
fileNameIntensityTier |
file name of IntensityTier |
encoding |
File encoding (default: |
Value
IntensityTier object
See Also
it.write
, it.plot
, it.cut
, it.cut0
, it.interpolate
, tg.read
, pt.read
, pitch.read
, formant.read
, col.read
Examples
## Not run:
it <- it.read("demo/maminka.IntensityTier")
it.plot(it)
## End(Not run)
[Package rPraat version 1.3.2-1 Index]