powered by
Plots cube in 2D
# S3 method for cube plot(x, ...)
- cube object
- not used
plot
# NOT RUN { cube <- createCube() plot(cube) # using pipe require(magrittr) createCube() %>% plot() # }
Run the code above in your browser using DataLab