R/colorData.R

#' Display information in the colorData slot
#'
#' This function returns the information stored in the colorData slot of a Hocus object.
#'
#' @export



colorData <- function(cellData){
  
  cellData@colorData
  
}

#' Display information in the colorData slot
#'
#' This function returns the information stored in the colorData slot of a Hocus object.
#'
#' @export

cData <- function(cellData){
  
  cellData@colorData
  
}
joeburns06/hocuspocus documentation built on May 19, 2019, 2:59 p.m.