Description Usage Arguments Value
View source: R/libimgramdisk.R
Loads a slice of an rMSI object into RAM. The slice is determined by the columns specified in Cols parameter. The returned value is not a MS image, in order to obtain a plotable image the function builRasterImageFromCols must be used.
1 | loadImageSliceFromCols(Img, Cols)
|
Img |
the rMSI object where the data is stored (ramdisk). |
Cols |
the columns indexes from which data will be taken. |
a data matrix containing the image slice.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.