Learn R Programming

rcube (version 0.5)

plot.cube: Plotting cube

Description

Plots cube in 2D

Usage

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

Arguments

x

- cube object

...

- not used

Value

plot

Examples

Run this code
# NOT RUN {
cube <- createCube()
plot(cube)
# using pipe
require(magrittr)
createCube() %>% plot()
# }

Run the code above in your browser using DataLab