Learn R Programming

rPraat (version 1.3.2-1)

pitch.plot: pitch.plot

Description

Plots interactive Pitch object using dygraphs package.

Usage

pitch.plot(
  pitch,
  scaleIntensity = TRUE,
  showStrength = FALSE,
  group = "",
  pt = NULL
)

Arguments

pitch

Pitch object

scaleIntensity

Point size scaled according to relative intensity

showStrength

Show strength annotation

group

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

pt

[optional] PitchTier object

See Also

pitch.read, pitch.sample, pitch.toArray, tg.plot, pt.plot, formant.plot

Examples

Run this code
# NOT RUN {
pitch <- pitch.sample()
pitch.plot(pitch, scaleIntensity = TRUE, showStrength = TRUE)

pitch.plot(pitch, scaleIntensity = TRUE, showStrength = TRUE, pt = pt.sample())
# }

Run the code above in your browser using DataLab