View source: R/adjustPipelineFun.R
| increaseContrast | R Documentation | 
increase the Image contrast by multiply the image data by a value.
increaseContrast(img, increaseContrast_times = 2, ...)
img | 
 an object of Image.  | 
increaseContrast_times | 
 a numeric vector.  | 
... | 
 not used.  | 
Jianhong Ou
library(EBImage)
img <- readImage(system.file("extdata", "low.jpg", package="cellCounter"))
increaseContrast(img)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.