Description Usage Arguments Value
Loads an rMSI data cube (aka. ramdisk file) to an R matrix using C++ backend. This method is just for testing convinience and should not be used because it copies a matrix indexed by rows to a matrix indexed by columns so it performs very slowly. Instead of using this method use rMSI::loadImgCunckFromCube.
1  | loadDataCube(img, cubeSel)
 | 
img | 
 and rMSI object image.  | 
cubeSel | 
 the cube to load R index.  | 
an R matrix with spectra in rows.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.