Learn R Programming

soundgen (version 1.6.0)

updateAnalyze: Update analyze

Description

Internal soundgen function

Usage

updateAnalyze(result, pitch_true, spectrogram = NULL)

Arguments

result

the matrix of results returned by analyze()

pitch_true

manual pitch contour of length nrow(result), with NAs

spectrogram

spectrogram with ncol = nrow(result)

Details

Updates the output of analyze using manual pitch. Called by pitch_app().