R/print.gxe.R

Defines functions print.gxe

print.gxe <- function(x, ...){
## Print the result of a gxe test
##
.ut <- x$gxe.test
#
##
print(.ut, ...)
#
return(.ut)
}

Try the Haplin package in your browser

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

Haplin documentation built on May 20, 2022, 5:07 p.m.