plot.cube: Plotting cube

Description Usage Arguments Value Examples

View source: R/plot.cube.R

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
6
7
8
cube <- createCube()
plot(cube)
# using pipe
require(magrittr)
createCube() %>% plot()
# plot mosaics
data(mosaics)
plot(mosaics$einstein)

rosawojciech/rcube documentation built on Sept. 25, 2019, 7:43 a.m.