################################################################################
# Return the coefficients of a DOQTL object.
# Daniel Gatti
# Dan.Gatti@jax.org
# Oct. 21, 2013
################################################################################
coef.doqtl = function(object, ...) {
return(object$coef)
} # coef.doqtl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.