| normalityPlots {voiceR} | R Documentation | 
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")
)
Arguments
| audioData | A data.frame generated by autoExtract. | 
| measures | An optional character vector indicating the name of the variables to be plotted. | 
Value
A list containing the different plots that are generated.
Examples
normalityPlots(testAudioData)
[Package voiceR version 0.1.0 Index]