R/print.mpcross.R

#' @export 
#' @method print mpcross
print.mpcross <-
function(x, ...)
{
  cat(" This is an object of class \"mpcross\".\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.