View source: R/adjustPipelineFun.R
rescaleImage | R Documentation |
apply rescale Image data to [0, 1].
rescaleImage(img, ...)
img |
an object of Image. |
... |
not used. |
Jianhong Ou
library(EBImage) img <- readImage(system.file("extdata", "low.jpg", package="cellCounter")) rescaleImage(channel(img, "blue"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.