dom() finds each player's (weakly) dominated
or (weakly) dominant strategies.
dom(game, type = "dominated", quietly = FALSE)An object of "normal_form" class created by normal_form().
The game's type must be "matrix".
Which to be found, "dominated" or "dominant".
Default is "dominated".
If TRUE, the message telling dominated (or dominant)
strategies will not be shown. Default is FALSE.
A list of dominated and weakly dominated strategies or a list of dominant and weakly dominant strategies.