print: print

Description Usage Arguments Communication Examples

Description

Print method for a shaq.

Usage

1
2
3
4
5
## 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

1
2
3
4
5
6
7
8
9
## Not run: 
library(kazaam)
x = shaq(1, 10, 3)

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

finalize()

## End(Not run)

kazaam documentation built on May 2, 2019, 8:55 a.m.