R/print.mpqtl.R

Defines functions print.mpqtl

print.mpqtl <-
function(x, ...)
{
  cat(" This is an object of class \"mpqtl\".\n")
  cat(" It is too complex to print, so we provide the following summary.\n")
  print(summary(x))
}

Try the mpMap package in your browser

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

mpMap documentation built on May 29, 2017, 2:50 p.m.