Learn R Programming

rPraat (version 1.3.2-1)

formant.plot: 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

Run this code
# NOT RUN {
formant <- formant.sample()
formant.plot(formant, drawBandwidth = TRUE)
# }

Run the code above in your browser using DataLab