plot.cube: Plotting cube

Description Usage Arguments Value Examples

Description

Plots cube in 2D

Usage

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

Arguments

x

- cube object

...

- not used

Value

plot

Examples

1
2
3
4
5
cube <- createCube()
plot(cube)
# using pipe
require(magrittr)
createCube() %>% plot()

Example output

Loading required package: magrittr

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