Description Usage Arguments Value See Also Examples
Extract key image information from a scanimage TIFF
1 |
x |
One or more paths to TIFFs or an R object containing a TIFF image |
A data.frame with one row for every TIFF image in x
and
columns
h number of rows (aka scanimage lines)
w number of columns (aka scanimage pixels per line)
nchan number of image channels
nframes number of image frames (i.e. timepoints*Z slices)
1 2 | img=system.file('extdata/Blank-IPA_1s_16r_032.tif', package='scanimage')
scanimageinfo(img)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.