View source: R/analyze_utilities.R
summarizeAnalyze | R Documentation |
Internal soundgen function
summarizeAnalyze(
result,
summaryFun = c("mean", "sd"),
var_noSummary = c("duration", "duration_noSilence", "voiced", "time", "epoch")
)
result |
dataframe returned by analyze(summary = FALSE) |
summaryFun |
summary functions |
var_noSummary |
variables that should not be summarized |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.