| is.acomp {compositions} | 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)
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
is.acomp(1:3) is.acomp(acomp(1:3)) is.rcomp(acomp(1:3)) is.acomp(acomp(1:3)+acomp(1:3))