R/lbh_selec_table-data.R

#' Example data frame of selections (i.e. selection table).
#'
#' @description A data frame containing the start, end, low and high frequency of
#' \emph{Phaethornis longirostris} (Long-billed Hermit) songs from the
#' example sound files included in this package.
#'
#' @format A data frame with 11 rows and 7 columns: \describe{
#'  \item{sound.files}{sound file names}
#'  \item{channel}{channel in which signal is found}
#'  \item{selec}{selection numbers within recording}
#'  \item{start}{start times of selected signal}
#'  \item{end}{end times of selected signal}
#'  \item{bottom.freq}{lower limit of frequency range}
#'  \item{top.freq}{upper limit of frequency range}
#' }
#'
#' @usage data(lbh_selec_table)
#'
#' @source Marcelo Araya-Salas, warbleR
#'
"lbh_selec_table"
maRce10/warbleR documentation built on Jan. 18, 2025, 8:31 a.m.