| deb_is_tetra | R Documentation |
deb_tetraTest if an object is of class deb_tetra.
deb_is_tetra(x)
x |
An object. |
TRUE if object is of class deb_tetra and FALSE if it is not.
x <- deb_tetra(5, 3, 8, 2)
y <- c(5, 3, 8, 2)
deb_is_tetra(x)
deb_is_tetra(y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.