Learn R Programming

voiceR (version 0.1.0)

normalityPlots: Normality Plots

Description

Generates plots showing the normality of the different measures from the data.frame obtained from autoExtract.

Usage

normalityPlots(
  audioData,
  measures = c("duration", "voice_breaks_percent", "RMS_env", "mean_loudness", "mean_F0",
    "sd_F0", "mean_entropy", "mean_HNR")
)

Value

A list containing the different plots that are generated.

Arguments

audioData

A data.frame generated by autoExtract.

measures

An optional character vector indicating the name of the variables to be plotted.

Examples

Run this code
normalityPlots(testAudioData)

Run the code above in your browser using DataLab