R/print.summary.eNetXplorer.R

Defines functions print.summary.eNetXplorer

Documented in print.summary.eNetXplorer

print.summary.eNetXplorer <- function(x, ...)
{
    cat("Call:\n")
    print(x$call)
    cat("\n")
    printCoefmat(x$coefficients, P.values=TRUE, has.Pvalue=TRUE)
}

Try the eNetXplorer package in your browser

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

eNetXplorer documentation built on Aug. 30, 2020, 1:06 a.m.