Frames | 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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.