is.acid.specific.pair | R Documentation |
Test if a variable is an Acid.SpecificPair-object.
is.acid.specific.pair(x)
x |
variable to test. |
TRUE
if the object is of class acid.specific.pair
.
# TRUE return
is.acid.specific.pair( Acid.SpecificPair(list(c(0.98, 5.68), c(1.51, 5.26))) )
# FALSE return
is.acid.specific.pair(1)
is.acid.specific.pair( Acid(1.245, 5.47, 3) )
is.acid.specific.pair( list(Acid(1.245, 5.47, 3), Acid(1.245, 5.47, 3)) )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.