is.shaq {kazaam} | R Documentation |
Test if an object is a shaq.
is.shaq(x)
x |
An R object. |
A logical value, indicating whether or not the input is a shaq.
The operation is completely local.
## Not run: library(kazaam) x = ranshaq(runif, 10, 3) comm.print(is.shaq(x)) finalize() ## End(Not run)