imoverlay: Overlay a mask or a color scaled image on top of a background...

Description Usage Arguments Author(s)

View source: R/imoverlay.R

Description

Overlay a mask or a color scaled image on top of a background image

Usage

1
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


hNMF documentation built on Jan. 8, 2021, 5:42 p.m.

Related to imoverlay in hNMF...