plot.ClaimsRules: Plot all conficting claims rules

View source: R/plot.ClaimsRules.R

plot.ClaimsRulesR Documentation

Plot all conficting claims rules

Description

Plot results of every rule for a given player.

Usage

## S3 method for class 'ClaimsRules'
plot(x, y, ...)

Arguments

x

Object of class ClaimsRules

y

Agent

...

Other graphical parameters

Author(s)

Sebastian Cano-Berlanga <cano.berlanga@gmail.com>

Examples

## replication of Gallastegui et al. (2003), Table 7.

CLAIMS <- c(158,299,927,2196,4348,6256,13952)
COUNTRIES <- c("Germany","Netherlands","Belgium","Ireland","UK","Spain","France")
INARRA <- AllRules(13500,CLAIMS,COUNTRIES)
summary(INARRA)

plot(INARRA,5) ## Display allocations for UK
LorenzRules(INARRA) ## Inequality graph

GameTheory documentation built on Sept. 25, 2023, 5:07 p.m.