cubeview: cubeview for hyperSpec objects

Description Usage Arguments Examples

View source: R/cubeview.R

Description

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.

Usage

1

Arguments

x

a hyperSpec object.

...

additional arguments passed on to cubeview::cubeview().

Examples

1
2
3
4
5
6
## Not run: 
library(hyperSpec)
library(hyperSpec.utils)
cubeview(chondro)

## End(Not run)

konradmayer/hyperSpec.utils documentation built on May 2, 2021, 4:17 a.m.