is.spectral: Function to test whether the object is of class "spectral"

is.spectralR Documentation

Function to test whether the object is of class "spectral"

Description

Returns TRUE or FALSE depending on whether the object is of class "spectral"

Usage

is.spectral(dat)

Arguments

dat

An R object

Value

A single element logical vector: TRUE or FALSE

Author(s)

Jonathan Harrington

See Also

as.spectral

Examples



is.spectral(vowlax.dft.5)
is.spectral(fric.dft)
is.spectral(fric.dft$data)
is.spectral(vowlax.dft.5[1,])
is.spectral(fric.dft[1,1])




emuR documentation built on Nov. 4, 2023, 1:06 a.m.