calculate_points_per_win: Calculate the Points per Win for Given Season(s)

Description Usage Arguments Value Examples

Description

Calculate the Points per Win for Given Season(s)

Usage

1

Arguments

years

Single number or vector of years to use in calculating the number of points per win.

Value

Value indicating the points per win.

Examples

1
2
# Calculate the points per win in 2016:
points_per_win <- calculate_points_per_win(2016)

ryurko/nflWAR documentation built on May 9, 2019, 7:37 a.m.