View source: R/AnnotatedImage.R
dimorder | R Documentation |
Get the ordering of image frames.
dimorder(x)
x |
An |
A character vector giving the dimension names.
Andrzej OleÅ› <andrzej.oles@gmail.com>, 2014-2023
# sample timelapse image
f = mockFile(sizeC=2, sizeT=10)
img = read.image(f)
dimorder(img)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.