imoverlay {hNMF} | R Documentation |
Overlay a mask or a color scaled image on top of a background image
Description
Overlay a mask or a color scaled image on top of a background image
Usage
imoverlay(image, overlay, selectVect = NULL, color = c(0, 1, 0))
Arguments
image |
A matrix, background image |
overlay |
A matrix, serving as the overlay mask or figure |
selectVect |
A matrix (binary values), specifying which matrix elements are to be overlaid |
color |
3-element vector, defining the RGB color to be used in case the overlay is a mask |
Author(s)
Nicolas Sauwen
[Package hNMF version 1.0 Index]