R/summary.dlmap.R

Defines functions `summary.dlmap`

`summary.dlmap` <- 
function(object, ...)
{
  cat(" Summary of final results: \n")
  print(object$Summary)
}
 

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.