R/print.MPN.R

Defines functions print.MPN

Documented in print.MPN

#' print.MPN function
#'
#' S3 function to print only the results without the raw.data
#' @param x a MPN object output
#' @return a dataframe of the results
#' @export
print.MPN <- function(x) {
  print(x$Results)
}
smeister/viralEXP documentation built on May 29, 2019, 9:37 a.m.