R/print.mapcomp.R

Defines functions print.mapcomp

print.mapcomp <-
function(x, ...)
{
  cat(" This is an object of class \"mapcomp\".\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.