R/print.haplin.R

Defines functions print.haplin

Documented in print.haplin

print.haplin <- function(x,...){
cat('This is the result of a haplin run.\n')
cat("Number of data lines used: ", round(x$result$ntri), " | Number of haplotypes used: ", round(x$result$nall), "\n", sep = "")
#invisible(print.tri.glm(x$result,...))
cat('Please use the "summary", "plot", "haptable" or "output" functions to obtain\n more details.\n')
}

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.