#' Title
#'
#' @slot original array.
#' @slot current array.
#' @slot operations list.
#'
#' @return
#' @export
#'
#' @examples
imageHSV <- setClass("imageHSV", slots=list(imageArray="array"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.