it.plot {rPraat} | R Documentation |
it.plot
Description
Plots interactive IntensityTier using dygraphs
package.
Usage
it.plot(it, group = "", snd = NULL)
Arguments
it |
IntensityTier object |
group |
[optional] character string, name of group for dygraphs synchronization |
snd |
[optional] Sound object |
See Also
it.read
, tg.plot
, it.cut
, it.cut0
, it.interpolate
, it.write
Examples
## Not run:
it <- it.sample()
it.plot(it)
## End(Not run)
[Package rPraat version 1.3.2-1 Index]