View source: R/zstackProjection.R
zstackProjection | R Documentation |
Calculate the projection of a z-stack image
zstackProjection(
image_data = NULL,
projection_method = "max",
as_array = FALSE
)
image_data |
An array of EBImage object |
projection_method |
A character stating the method for calculating the z-stack projection (either "mean" or "max") |
as_array |
A Boolean stating whether the returned data is a array or of class EBImage. (The default value is FALSE.) |
An array (z-stack projection of a 3D image).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.