Description Usage Arguments Value
View source: R/libimgramdisk.R
Builds a image from the selected columns in the rMSI object. The image is returned arranged in a matrix containing each pixel value.
1 | builRasterImageFromCols(Img, Cols, method = "max", Normalization = NULL)
|
Img |
the rMSI object where the data is stored (ramdisk). |
Cols |
the columns indexes from which data will be taken. |
method |
the method used to calculate the pixel value. Can be max or mean. |
Normalization |
optionally a vector of the normalization factor for each pixel. |
a matrix with the same size as image size containing the pixel values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.