is.shaq {kazaam} | R Documentation |
is.shaq
Description
Test if an object is a shaq.
Usage
is.shaq(x)
Arguments
x |
An R object. |
Value
A logical value, indicating whether or not the input is a shaq.
Communication
The operation is completely local.
Examples
## Not run:
library(kazaam)
x = ranshaq(runif, 10, 3)
comm.print(is.shaq(x))
finalize()
## End(Not run)
[Package kazaam version 0.1-0 Index]