normalGame2: Normal form representation (for Shiny)

Description Usage Arguments Value Examples

Description

Creates a normal form representation viewable as an R matrix. To ensure compatibility with Shiny tables, each outcome is represented by a single cell, with the payoffs of A and B separated by a comma.

Usage

1

Arguments

game

An object of class "Game"

Value

A matrix with a normal form representation.

Examples

1
2
example_game <- nashGame(4,3,0,30)
normal_form <- normalGame2(example_game)

Extreme-Mildness/GT.Tools documentation built on May 3, 2019, 8:31 p.m.