find_1major {bridger} | R Documentation |
find_1major
Description
Return a bridge hand that will open 1 of a major
Assumes that a 5 card minor will be bid before 4 card major, except if "canape" set to TRUE, then a 6 card minor will be opened before a 4 card major
Assumes a weak 1NT, so HC_low is the first point outside the range of 1NT.
Usage
find_1major(HC_low = 15, HC_high = 19, cardLen_min = 4, canape = FALSE)
Arguments
HC_low |
The minimum number of high-card points |
HC_high |
The maximum number of high-card points, otherwise 2-level bid is possible |
cardLen_min |
The minimum number of cards in the major |
canape |
Whether a 4 card major will be opened before a 5 card minor |
Value
id and seat of compliant hand
[Package bridger version 0.1.0 Index]