print.cube {rcube}R Documentation

Printing cube

Description

Prints cube in console

Usage

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

Arguments

x

- cube object

...

- not used

Value

plain text

Examples

cube <- createCube()
print(cube)


[Package rcube version 0.5 Index]