pitch.plot {rPraat} | R Documentation |
pitch.plot
Description
Plots interactive Pitch object using dygraphs
package.
Usage
pitch.plot(
pitch,
scaleIntensity = TRUE,
showStrength = FALSE,
group = "",
pt = NULL
)
Arguments
pitch |
Pitch object |
scaleIntensity |
Point size scaled according to relative intensity |
showStrength |
Show strength annotation |
group |
[optional] character string, name of group for dygraphs synchronization |
pt |
[optional] PitchTier object |
See Also
pitch.read
, pitch.sample
, pitch.toArray
, tg.plot
, pt.plot
, formant.plot
Examples
## Not run:
pitch <- pitch.sample()
pitch.plot(pitch, scaleIntensity = TRUE, showStrength = TRUE)
pitch.plot(pitch, scaleIntensity = TRUE, showStrength = TRUE, pt = pt.sample())
## End(Not run)
[Package rPraat version 1.3.2-1 Index]