is.acomp | R Documentation |
is.
XXX returns TRUE
if and only if its argument is
of type XXX
is.acomp(x)
is.rcomp(x)
is.aplus(x)
is.rplus(x)
is.rmult(x)
is.ccomp(x)
x |
any object to be checked |
These functions only check for the class of the object.
TRUE or FALSE
K.Gerald v.d. Boogaart http://www.stat.boogaart.de
acomp
, rcomp
aplus
, rplus
is.acomp(1:3)
is.acomp(acomp(1:3))
is.rcomp(acomp(1:3))
is.acomp(acomp(1:3)+acomp(1:3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.