cross_correlation
comp_matrix
is a character matrix with 2 columns indicating the selections to be compared (column 1 vs column 2) by cross_correlation
.
data(comp_matrix)
A data frame with 11 rows and 6 variables:
recording names
channel in which signal is found
selection numbers within recording
start times of selected signal
end times of selected signal
lower limit of frequency range
upper limit of frequency range
A character matrix with 2 columns indicating the selections to be compared (column 1 vs column 2) by cross_correlation
. The first column contain the ID of the selection, which is given by combining the 'sound.files' and 'selec' columns of 'X', separated by '-' (i.e. paste(X$sound.files, X$selec, sep = "-")
). The selection id's refer to those on the example data "lbh_selec_table". The second column refers to the sound files in which to search for the templates.