besthint: Best hint for alignement

View source: R/besthint.R

besthintR Documentation

Best hint for alignement

Description

When computer time is cheap, use this routine to get a "best" pedigree.

Usage

besthint(ped, wt = c(1000, 10, 1), tolerance = 0)

Arguments

tolerance

Details

The autohint routine will rearrange sibling order, but not founder order. This calls autohint with every possible founder order, and finds that plot with the least "stress": wt[1] * number of dotted arcs + wt[2] * lengths of dotted arcs + wt[3] * lengths of parent-child bends perfect: if anything meets this stress level, keep it

See Also

,


sinnweja/kinship2 documentation built on July 8, 2023, 11:26 p.m.