Learn R Programming

NBAloveR (version 0.1.3.3)

statsCompare: 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.

Examples

Run this code
# NOT RUN {
  statsCompare(player_list = c("Ray Allen", "Klay Thompson", "Stephen Curry"), Age=TRUE)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab