R/print_module-mean.R

#' module mean
#'
#' @param x module mean object
#' @param ... ...
#' @export

# Define the depiction of the module_mean-function
print.module_mean <- function(x,...){
  cat("Mean = ", x$Mean,"\n")
  cat("Module = ", x$Module, "\n")
}
MartinWut/GoeFlexStatCrawler documentation built on May 17, 2019, 8:20 a.m.