print {kazaam}R Documentation

print

Description

Print method for a shaq.

Usage

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

## S4 method for signature 'shaq'
show(object)

Arguments

x, object

A shaq.

...

Ignored

Communication

The operation is completely local.

Examples

## Not run: 
library(kazaam)
x = shaq(1, 10, 3)

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

finalize()

## End(Not run)


[Package kazaam version 0.1-0 Index]