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