#------------------------------------------------------------------------------
# Generic functions for the CytoImageList and Image classes
#------------------------------------------------------------------------------
#' @export
setGeneric("channelNames",
function(x) standardGeneric("channelNames"))
#' @export
setGeneric("channelNames<-",
function(x, value) standardGeneric("channelNames<-"))
#' @export
setGeneric("getImages",
function(x, i) standardGeneric("getImages"))
#' @export
setGeneric("setImages<-",
function(x, i, value) standardGeneric("setImages<-"))
#' @export
setGeneric("getChannels",
function(x, i) standardGeneric("getChannels"))
#' @export
setGeneric("setChannels<-",
function(x, i, value) standardGeneric("setChannels<-"))
#' @export
setGeneric("scaleImages",
function(object, value) standardGeneric("scaleImages"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.