print: print

Description Usage Arguments Communication Examples

Description

Print method for a shaq.

Usage

1
2
3
4
5
## S4 method for signature 'gbd1d'
print(x, ...)

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

Arguments

x, object

A shaq.

...

Ignored

Communication

The operation is completely local.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
spmd.code = "
  library(kazaam)
  x = shaq(1, 10, 3)

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

  finalize()
"

pbdMPI::execmpi(spmd.code=spmd.code, nranks=2)

RBigData/kazaam documentation built on Nov. 9, 2021, 9:09 a.m.