pitch.plot: pitch.plot

Description Usage Arguments See Also Examples

View source: R/pitch.R

Description

Plots interactive Pitch object using dygraphs package.

Usage

1
2
3
4
5
6
7
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

1
2
3
4
5
6
7
## Not run: 
pitch <- pitch.sample()
pitch.plot(pitch, scaleIntensity = TRUE, showStrength = TRUE)

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

## End(Not run)

Example output



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