print.cube: Printing cube

Description Usage Arguments Value Examples

View source: R/print.cube.R

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)

rosawojciech/rcube documentation built on Sept. 25, 2019, 7:43 a.m.