createGraphic {bridger} | R Documentation |
createGraphic
Description
Create the graphic of the hand
Usage
createGraphic(handNo, handN, handE, handS, handW, dealer, vuln, points)
Arguments
handNo |
The id of the hand |
handN |
The North hand generated by bridgeHand |
handE |
The East hand generated by bridgeHand |
handS |
The South hand generated by bridgeHand |
handW |
The West hand generated by bridgeHand |
dealer |
The hand to become South, the designated dealer |
vuln |
The hand's vulnerability |
points |
The hand's points |
Value
ggplot graphic object
[Package bridger version 0.1.0 Index]