R/print.mpprob.R

Defines functions print.mpprob

Documented in 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)
}

Try the mpMap package in your browser

Any scripts or data that you put into this service are public.

mpMap documentation built on May 29, 2017, 2:50 p.m.