Description Usage Arguments See Also Examples
Plots interactive Pitch object using dygraphs
package.
1 2 3 4 5 6 7 |
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 |
pitch.read
, pitch.sample
, pitch.toArray
, tg.plot
, pt.plot
, formant.plot
1 2 3 4 5 6 7 | ## 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.