Publications by Dylan Kinion
Creators
library(tidyverse) library(dplyr) library(rvest) library(janitor) library(plotly) library(crosstalk) library(ggplot2) library(reactable) library(rpubs) Sys.setenv("VROOM_CONNECTION_SIZE" = 131072 * 2) bball_url <- "https://www.basketball-reference.com/leagues/NBA_2022_advanced.html" bballref <- bball_url %>% read_html() %>% html_elements("tab...
704 sym R (5739 sym/15 pcs) 1 img
Nugs Rookie 22 comps
The following are tables of comparable draft combine participants to Nuggets 2022-2023 rookies providing some potential developmental way points and warnings. It is no way a prediction or projection but meant to frame the realistic roles the player could most likely fill given their physical measurements. Offensive and defensive roles are project...
901 sym R (7324 sym/13 pcs)
def_rating_improvements
Problem: Coach Malone wants a top 5 defense. Recommendations: Force teams to increase their average two point distance. This can be done in two ways; increase ratio of mid range to paint field goal attempts and force each individual shot to be taken from further out. Decreasing opponent Three Point Field Goal Percentage would be another route but...
3221 sym R (12240 sym/20 pcs)
Bruce brown
Problem/Question: Is Bruce Brown a threat from 3pt range? Results: While he did shoot 40% from 3pt range last year, it was largely due to a extremely hot streak from the right corner. Post All-Star break he shot 76% from the right corner compared to 30% pre All-Star break and 19% in the ’21 season. He also shot better from above the arc but sho...
1066 sym R (12299 sym/26 pcs)
staggering
Problem: To stagger or not to stagger? Recommendation: The evidence largely suggests that staggering your subs to leave as many starters on the floor at a time is the best strategy to optimize a team’s plus-minus in the regular season. The best lineups rarely ever have more than one sub in them. In the last two seasons, the nuggets have had jus...
1477 sym R (4162 sym/7 pcs) 1 img
Shot Charts
library(tidyverse) library(nbastatR) library(plyr) library(scales) library(dplyr) library(paletteer) library(cowplot) library(grid) library(gridExtra) library(png) library(RCurl) library(crosstalk) library(plotly) library(rpubs) Sys.setenv("VROOM_CONNECTION_SIZE" = 131072 * 2) #court function from owen phillips circle_points = function(center = ...
117 sym R (13699 sym/13 pcs) 2 img
heatmap
library(tidyverse) library(nbastatR) library(plyr) library(scales) library(dplyr) library(paletteer) library(cowplot) library(grid) library(gridExtra) library(png) library(RCurl) library(crosstalk) library(plotly) library(reactable) library(reactablefmtr) library(rpubs) Sys.setenv("VROOM_CONNECTION_SIZE" = 131072 * 2) #court function from owen ...
1011 sym R (14239 sym/8 pcs) 1 img
Michael Porter Jr Heatmap 2020-2021
library(tidyverse) library(nbastatR) library(plyr) library(scales) library(dplyr) library(paletteer) library(cowplot) library(grid) library(gridExtra) library(png) library(RCurl) library(crosstalk) library(plotly) library(reactable) library(reactablefmtr) library(rpubs) Sys.setenv("VROOM_CONNECTION_SIZE" = 131072 * 2) #court function from owen ...
1793 sym R (17944 sym/9 pcs) 1 img
Jordan poole shot report
library(tidyverse) library(nbastatR) library(plyr) library(scales) library(dplyr) library(paletteer) library(cowplot) library(grid) library(gridExtra) library(png) library(RCurl) library(crosstalk) library(plotly) library(reactable) library(reactablefmtr) library(rpubs) library(jsonlite) Sys.setenv("VROOM_CONNECTION_SIZE" = 131072 * 2) #court f...
1421 sym R (21340 sym/9 pcs) 2 img
Lakers shooting scouting report
All tables are sortable by clicking on column header. library(tidyverse) library(nbastatR) library(plyr) library(scales) library(dplyr) library(paletteer) library(cowplot) library(grid) library(gridExtra) library(png) library(RCurl) library(crosstalk) library(plotly) library(reactable) library(reactablefmtr) library(rpubs) library(jsonlite) Sys....
9696 sym R (239262 sym/100 pcs) 22 img