powered by
Plots interactive TextGrid using dygraphs package.
dygraphs
tg.plot( tg, group = "", pt = NULL, it = NULL, formant = NULL, formantScaleIntensity = TRUE, formantDrawBandwidth = TRUE, pitch = NULL, pitchScaleIntensity = TRUE, pitchShowStrength = FALSE, snd = NULL )
TextGrid object
[optional] character string, name of group for dygraphs synchronization
[optional] PitchTier object
[optional] IntensityTier object
[optional] Formant object
[optional] Point size scaled according to relative intensity
[optional] Draw formant bandwidth
[optional] Pitch object
[optional] Show strength annotation
[optional] Sound object
tg.read, pt.plot, it.plot, pitch.plot
tg.read
pt.plot
it.plot
pitch.plot
# NOT RUN { tg <- tg.sample() tg.plot(tg) tg.plot(tg.sample(), pt = pt.sample()) # }
Run the code above in your browser using DataLab