statsCompare {NBAloveR} | R Documentation |
Visualization of Stats comparison
Description
Easy stats comparison function, which includes simple line and point plots
Usage
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
## Not run:
statsCompare(player_list = c("Ray Allen", "Klay Thompson", "Stephen Curry"), Age=TRUE)
## End(Not run)
[Package NBAloveR version 0.1.3.3 Index]