R/print.mpqtl.R

#' @export 
#' @method print mpqtl
print.mpqtl <-
function(x, ...)
{
  cat(" This is an object of class \"mpqtl\".\n")
  cat(" It is too complex to print, so we provide the following summary.\n")
  print(summary(x))
}
behuang/mpMap documentation built on May 12, 2019, 10:53 a.m.