panel.war: panel function for displaying openWAR

Description Usage Arguments Details Examples

Description

panel function for displaying openWAR

Usage

1
panel.war(x, y, ...)

Arguments

x

the x-coordinate

y

the y-coordinate

...

arguments passed from plot.openWARPlayers

Details

Given an openWARPlayers object, draw a plot displaying each player's RAA, WAR, and replacement level shadow.

Examples

1
2
3
4
5
6
7
## Not run: 
MayProcessed = makeWAR(May)

## End(Not run)
war = getWAR(MayProcessed$openWAR)
summary(war)
plot(war)

beanumber/openWAR documentation built on May 12, 2019, 9:43 a.m.