summarizeAnalyze: Summarize the output of analyze()

View source: R/analyze_utilities.R

summarizeAnalyzeR Documentation

Summarize the output of analyze()

Description

Internal soundgen function

Usage

summarizeAnalyze(
  result,
  summaryFun = c("mean", "sd"),
  var_noSummary = c("duration", "duration_noSilence", "voiced", "time", "epoch")
)

Arguments

result

dataframe returned by analyze(summary = FALSE)

summaryFun

summary functions

var_noSummary

variables that should not be summarized


tatters/soundgen documentation built on Aug. 22, 2023, 4:24 p.m.