R/print.dlcross.R

`print.dlcross` <- 
function(x, ...)
{
  cat(" This is an object of class \"dlcross\".\n")
  cat(" It is too complex to print, so we provide the following summary. \n")
  summary(x)
}
behuang/dlmap documentation built on May 12, 2019, 10:53 a.m.