# NOT RUN {
data("season2017")
#Examples with several players
ShotSeasonGraphPlayer(season2017, player = "Stephen Curry")
ShotSeasonGraphPlayer(season2017, player = "DeMar DeRozan")
#Examples with percentage instead of points per shot
ShotSeasonGraphPlayer(season2017, player = "Stephen Curry", type = "PCT")
# }
Run the code above in your browser using DataLab