R/summary.cardiMetacdw.R

Defines functions summary.cardiMetacdw

Documented in summary.cardiMetacdw

summary.cardiMetacdw <- function(object, file="", ...) {
  if (file=="") {
    print(object$metares)
  } else {
    write.table(object$metares, file=file, ...)
  }
}

Try the cardidates package in your browser

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

cardidates documentation built on Oct. 8, 2023, 1:06 a.m.