Frames: Constructor for a 'Frames' object

View source: R/AllClasses.R

FramesR Documentation

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.

Author(s)

Federico Marini, marinif@uni-mainz.de, 2014

Examples

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


federicomarini/flowcatchR documentation built on May 3, 2024, 11:15 p.m.