R/print.mdrPredict.R

# Version: 23-12-2012, Daniel Fischer

`print.mdrPredict` <- function(x,...){
  X <- list()
  X$class <- x$class
  X$TwoByTwo <- x$TwoByTwo

  print(X,...)
} 

Try the GeneticTools package in your browser

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

GeneticTools documentation built on Jan. 15, 2017, 11:21 a.m.