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