tg.plot {rPraat}R Documentation

tg.plot

Description

Plots interactive TextGrid using dygraphs package.

Usage

tg.plot(
  tg,
  group = "",
  pt = NULL,
  it = NULL,
  formant = NULL,
  formantScaleIntensity = TRUE,
  formantDrawBandwidth = TRUE,
  pitch = NULL,
  pitchScaleIntensity = TRUE,
  pitchShowStrength = FALSE,
  snd = NULL
)

Arguments

tg

TextGrid object

group

[optional] character string, name of group for dygraphs synchronization

pt

[optional] PitchTier object

it

[optional] IntensityTier object

formant

[optional] Formant object

formantScaleIntensity

[optional] Point size scaled according to relative intensity

formantDrawBandwidth

[optional] Draw formant bandwidth

pitch

[optional] Pitch object

pitchScaleIntensity

[optional] Point size scaled according to relative intensity

pitchShowStrength

[optional] Show strength annotation

snd

[optional] Sound object

See Also

tg.read, pt.plot, it.plot, pitch.plot

Examples

## Not run: 
tg <- tg.sample()
tg.plot(tg)
tg.plot(tg.sample(), pt = pt.sample())

## End(Not run)

[Package rPraat version 1.3.2-1 Index]