Frames {flowcatchR} | R Documentation |
Frames
objectConstructor for a Frames
object
Frames(x, channel)
x |
A multi-dimensional |
channel |
A character vector, can be 'red','green','blue' or 'all' (if in color mode) |
The created Frames
object.
Federico Marini, marinif@uni-mainz.de, 2014
data("MesenteriumSubset") inputImg <- Image(MesenteriumSubset) Frames(inputImg,"red")