it.write: it.write

Description Usage Arguments See Also Examples

View source: R/it.R

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

1
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

1
2
3
4
5
6
## Not run: 
it <- it.sample()
it.plot(pt)
it.write(it, "demo/intensity.IntensityTier")

## End(Not run)

rPraat documentation built on Feb. 28, 2021, 1:06 a.m.