R/print.dlmap.R

Defines functions `print.dlmap`

`print.dlmap` <- 
function(x, ...)
{
  cat(" This is an object of class \"dlmap\".\n")
  cat(" It is too complex to print, so we provide a summary of its input data and final results.\n")
  summary(x)
}

Try the dlmap package in your browser

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

dlmap documentation built on May 2, 2019, 2:45 a.m.