plot.openWARPlayers: Display a season's worth of openWAR results

Description Usage Arguments Details Examples

Description

Display a season's worth of openWAR results

Usage

1
2
## S3 method for class 'openWARPlayers'
plot(x, ...)

Arguments

x

A data.frame object of class openWARPlayers

...

arguments passed to xyplot.

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.