Description Usage Arguments Examples
This function is a wrapper for the function
cubeview to be used with
objects of the class hyperSpec
. This function allows you to interactively
explore a spectral hypercube. Use the LEFT / RIGHT arrow keys and DOWN / UP
arrow keys to set the slicing positions of the x-axis and y-axis,
PAGE_DOWN / PAGE_UP keys for the z-axis. Press SPACE to show or hide guides.
Use the left mouse-button to rotate, right mouse button to pan the hypercube.
If you use the function inside RStudio, the Viewer pane may not display the cube.
In that case, click on "Show in new window" to open it in a browser.
1 |
x |
a hyperSpec object. |
... |
additional arguments passed on to |
1 2 3 4 5 6 | ## Not run:
library(hyperSpec)
library(hyperSpec.utils)
cubeview(chondro)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.