Learn R Programming

rcube (version 0.5)

print.cube: Printing cube

Description

Prints cube in console

Usage

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

Arguments

x

- cube object

...

- not used

Value

plain text

Examples

Run this code
# NOT RUN {
cube <- createCube()
print(cube)

# }

Run the code above in your browser using DataLab