plot.openWARPlayers: plot.openWARPlayers

Description Usage Arguments Details Examples

View source: R/openWARPlayers.R

Description

Display a season's worth of openWAR results

Usage

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

Arguments

data

An object of class '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
ds = getData()
out = makeWAR(ds)
players = getWAR(out$openWAR)
summary(players)
plot(players)

frogman141/openWAR documentation built on Dec. 20, 2021, 8:52 a.m.