powered by
deb_tetra
Test if an object is of class deb_tetra.
deb_is_tetra(x)
TRUE if object is of class deb_tetra and FALSE if it is not.
TRUE
FALSE
An object.
x <- deb_tetra(5, 3, 8, 2) y <- c(5, 3, 8, 2) deb_is_tetra(x) deb_is_tetra(y)
Run the code above in your browser using DataLab