R/print.mpprob.R

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