print.cube: Printing cube

Description Usage Arguments Value Examples

Description

Prints cube in console

Usage

1
2
## S3 method for class 'cube'
print(x, ...)

Arguments

x

- cube object

...

- not used

Value

plain text

Examples

1
2
cube <- createCube()
print(cube)

rcube documentation built on May 15, 2019, 5:09 p.m.