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

Print a haplo.score object

Description

Method function to print a class of type haplo.score

Usage

print.haplo.score(x, digits, ...)

Arguments

x The object returned from haplo.score (which has class haplo.score).
digits Number of digits to round the numeric output.
... Dynamic parameter for the values of additional parameters for the print method.

Details

This is a print method function used to print information from haplo.score class, with haplotype-specific information given in a table. Because haplo.score is a class, the generic print function can be used, which in turn calls this print.haplo.score function.

Value

Nothing is returned.

Side Effects

See Also

haplo.score

Examples



[Package Contents]