R/summary.gexp.R

Defines functions summary.gexp

Documented in summary.gexp

summary.gexp <- function(object,
                         digits = 3L,
                         ...){

  cat("Database \n")

  print(object$dfm,
        digits = digits,
        ...) 

}

Try the gexp package in your browser

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

gexp documentation built on July 9, 2023, 5:42 p.m.