formant.plot {rPraat} | R Documentation |
Plots interactive Formant object using dygraphs
package.
formant.plot(formant, scaleIntensity = TRUE, drawBandwidth = TRUE, group = "")
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 |
formant.read
, formant.sample
, formant.toArray
, tg.plot
## Not run:
formant <- formant.sample()
formant.plot(formant, drawBandwidth = TRUE)
## End(Not run)