Description Usage Arguments Value Examples
Plots cube in 2D
1 2 |
x |
- cube object |
... |
- not used |
plot
1 2 3 4 5 6 7 8 | cube <- createCube()
plot(cube)
# using pipe
require(magrittr)
createCube() %>% plot()
# plot mosaics
data(mosaics)
plot(mosaics$einstein)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.