R/print.gresponse.dmm.R

Defines functions print.gresponse.dmm

Documented in print.gresponse.dmm

print.gresponse.dmm <-
function(x, ...)
# print.gresponse.dmm() - print a gresponse.dmm object  (brief output)
{
  cat("Call:\n")
  print(x$call)
  cat("\nPredicted response to selection using component(s) ",x$effects,"\n")

  cat("\nGenetic selection differentials achieved by given psd:\n\n")
  cat("Overall:\n")
  print(x$overall,digits=x$digits)
  cat("\n")

}

Try the dmm package in your browser

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

dmm documentation built on July 26, 2023, 5:23 p.m.