print.haplo.em {haplo.stats}R Documentation

Print contents of a haplo.em object

Description

Print a data frame with haplotypes and their frequencies. Likelihood information is also printed.

Usage

## S3 method for class 'haplo.em'
print(x, digits=max(options()$digits-2, 5), nlines=NULL, ...)

Arguments

x

A haplo.em object

digits

number of significant digits to print for numeric values

nlines

To shorten output, print the first 1:nlines rows of the large data frame.

...

optional arguments for print

Value

Nothing is returned

See Also

haplo.em


[Package haplo.stats version 1.9.5.1 Index]