print {kazaam} | R Documentation |
Print method for a shaq.
## S4 method for signature 'shaq' print(x, ...) ## S4 method for signature 'shaq' show(object)
x, object |
A shaq. |
... |
Ignored |
The operation is completely local.
## Not run: library(kazaam) x = shaq(1, 10, 3) x # same as print(x) or comm.print(x) finalize() ## End(Not run)