#' 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"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.