readCzi | R Documentation |
'readCzi()' returns a multidimensional array with pixel intensities from 0 to 1. The array's dimensions are: 1) row (y), 2) column (x), 3) channel (red, green, blue), 4) z sections (z).
readCzi(input_file = NULL)
input_file |
Path to a CZI file as a string. |
A multidimensional array with the following dimensions:
(x, y, c, z)
with the channels c
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.