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