it.write {rPraat}R Documentation

it.write

Description

Saves IntensityTier to file (in UTF-8 encoding). it is list with at least $t and $i vectors (of the same length). If there are no $tmin and $tmax values, there are set as min and max of $t vector.

Usage

it.write(it, fileNameIntensityTier, format = "short")

Arguments

it

IntensityTier object

fileNameIntensityTier

file name to be created

format

Output file format ("short" (short text format - default), "text" (a.k.a. full text format))

See Also

it.read, tg.write, it.interpolate

Examples

## Not run: 
it <- it.sample()
it.plot(pt)
it.write(it, "demo/intensity.IntensityTier")

## End(Not run)

[Package rPraat version 1.3.2-1 Index]