plot.cube {rcube}R Documentation

Plotting cube

Description

Plots cube in 2D

Usage

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

Arguments

x

- cube object

...

- not used

Value

plot

Examples

cube <- createCube()
plot(cube)
# using pipe
require(magrittr)
createCube() %>% plot()

[Package rcube version 0.5 Index]