formant.plot: formant.plot

Description Usage Arguments See Also Examples

View source: R/formant.R

Description

Plots interactive Formant object using dygraphs package.

Usage

1
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

1
2
3
4
5
## Not run: 
formant <- formant.sample()
formant.plot(formant, drawBandwidth = TRUE)

## End(Not run)

Example output



rPraat documentation built on Feb. 28, 2021, 1:06 a.m.