powered by
is.XXX returns TRUE if and only if its argument is of type XXX
is.
TRUE
is.acomp(x) is.rcomp(x) is.aplus(x) is.rplus(x) is.rmult(x) is.ccomp(x)
TRUE or FALSE
any object to be checked
K.Gerald v.d. Boogaart http://www.stat.boogaart.de
These functions only check for the class of the object.
acomp, rcomp aplus, rplus
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))
Run the code above in your browser using DataLab