# -------------------------------------------------------------------------
# The Image_OR_DelayedArray class
# -------------------------------------------------------------------------
#' @importClassesFrom HDF5Array HDF5Array
#' @importClassesFrom DelayedArray DelayedArray
#' @importFrom EBImage Image
setClassUnion("Image_OR_DelayedArray", c("Image", "DelayedArray", "HDF5Array"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.