kazaam (version 0.1-0)

print: print

Description

Print method for a shaq.

Usage

# S4 method for shaq
print(x, ...)

# S4 method for shaq show(object)

Arguments

x, object

A shaq.

...

Ignored

Communication

The operation is completely local.

Examples

Run this code

library(kazaam)
x = shaq(1, 10, 3)

x # same as print(x) or comm.print(x)

finalize()


Run the code above in your browser using DataLab