Learn R Programming

warbleR (version 1.1.9)

is.selection.table: Check if object is of class "selection.table"

Description

is.selection.table Check if the object belongs to the class "selection.table"

Usage

is.selection.table(X)

Arguments

X

R object.

Value

A logical argument indicating whether the object class is 'selection.table'

See Also

make.selection.table

Examples

Run this code
# NOT RUN {
{
# First set temporary folder
data(list = c("Phae.long1", "Phae.long2", "Phae.long3", "Phae.long4", "selec.table"))

is.selection.table(selec.table)

setwd(tempdir())

writeWave(Phae.long1,"Phae.long1.wav")
writeWave(Phae.long2,"Phae.long2.wav")
writeWave(Phae.long3,"Phae.long3.wav")
writeWave(Phae.long4,"Phae.long4.wav")

st <- make.selection.table(selec.table)

is.selection.table(st)

class(st)
}
# }

Run the code above in your browser using DataLab