View source: R/normalityPlots.R
normalityPlots | R Documentation |
Generates plots showing the normality of the different measures from the data.frame obtained from autoExtract.
normalityPlots(
audioData,
measures = c("duration", "voice_breaks_percent", "RMS_env", "mean_loudness", "mean_F0",
"sd_F0", "mean_entropy", "mean_HNR")
)
audioData |
A data.frame generated by autoExtract. |
measures |
An optional character vector indicating the name of the variables to be plotted. |
A list containing the different plots that are generated.
normalityPlots(testAudioData)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.