Learn R Programming

flowcatchR (version 1.6.2)

Frames: Constructor for a Frames object

Description

Constructor for a Frames object

Usage

Frames(x, channel)

Arguments

x
A multi-dimensional Image object
channel
A character vector, can be 'red','green','blue' or 'all' (if in color mode)

Value

  • The created Frames object.

Examples

Run this code
data("MesenteriumSubset")
inputImg <- Image(MesenteriumSubset)
Frames(inputImg,"red")

Run the code above in your browser using DataLab