tg.plot: tg.plot

Description Usage Arguments See Also Examples

View source: R/tg.R

Description

Plots interactive TextGrid using dygraphs package.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
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

1
2
3
4
5
6
## Not run: 
tg <- tg.sample()
tg.plot(tg)
tg.plot(tg.sample(), pt = pt.sample())

## End(Not run)

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