R/print.scluminex.R

Defines functions print.scluminex

#' @export
print.scluminex<-function(x, ...){
    ans <- names(x)
    print(ans)
}

Try the drLumi package in your browser

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

drLumi documentation built on May 2, 2019, 2:45 p.m.