find_1major: find_1major

Description Usage Arguments Value

View source: R/bridgeHandFinders.R

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

1
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


bridger documentation built on Aug. 25, 2021, 1:07 a.m.