R/logData.R

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


logData <- function(cellData){
  
  cellData@logData@data
  
}


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