statsCompare: Visualization of Stats comparison

Description Usage Arguments Value Author(s) Examples

Description

Easy stats comparison function, which includes simple line and point plots

Usage

1
statsCompare(player_list = c(), age = FALSE)

Arguments

player_list

List of players

age

Age. valid values are TRUE or FALSE

Value

This function returns a point and line plot showing transitions of PPG stats of given players.

Author(s)

Koki Ando <koki.25.ando@gmail.com>

Examples

1
2
3
4
## Not run: 
  statsCompare(player_list = c("Ray Allen", "Klay Thompson", "Stephen Curry"), Age=TRUE)

## End(Not run)

NBAloveR documentation built on May 1, 2019, 11:29 p.m.