Publications by Dylan Kinion
Maxwell Lewis
Team: Pepperdine library(tidyverse) library(gt) library(gtExtras) library(dplyr) library(reactable) library(reactablefmtr) Category <- c("Games", "Minutes") Value <- c(25,32) cbind(Category, Value) %>% reactable( theme = espn()) Notes: Strengths Good NBA wing length with frame that can add muscle. High shot release with confidence shooting off t...
890 sym R (1855 sym/6 pcs) 2 tbl
Dariq Whitehead
Team: Duke library(tidyverse) library(gt) library(gtExtras) library(dplyr) library(reactable) library(reactablefmtr) Category <- c("Games", "Minutes") Value <- c(16,20.2) cbind(Category, Value) %>% reactable( theme = espn()) Notes: Strengths NBA frame and explosive athelete both vertically and laterally. Plays with patience. Accepts and embrac...
746 sym R (1823 sym/6 pcs) 2 tbl
Dereck Lively
Team: Duke library(tidyverse) library(gt) library(gtExtras) library(dplyr) library(reactable) library(reactablefmtr) Category <- c("Games", "Minutes") Value <- c(19,16.4) cbind(Category, Value) %>% reactable( theme = espn()) Notes: Strengths Fluid athlete that moves laterally very well. Good timing on shot blocks. Weaknesses Lacks touch arou...
677 sym R (1864 sym/6 pcs) 2 tbl
Tyrese Proctor
Team: Duke library(tidyverse) library(gt) library(gtExtras) library(dplyr) library(reactable) library(reactablefmtr) Category <- c("Games", "Minutes") Value <- c(21,27.3) cbind(Category, Value) %>% reactable( theme = espn()) Notes: Strengths Good positional size. Plays in control, with patience. Good shot form. Weaknesses Doesn’t consisten...
824 sym R (1815 sym/6 pcs) 2 tbl
Kyle Filipowski
Team: Duke library(tidyverse) library(gt) library(gtExtras) library(dplyr) library(reactable) library(reactablefmtr) Category <- c("Games", "Minutes") Value <- c(21,28.4) cbind(Category, Value) %>% reactable( theme = espn()) Notes: Strengths Great shot form for height. Refined/efficient offensive moves to create good looks. Weaknesses Slow/s...
601 sym R (1865 sym/6 pcs) 2 tbl
GG Jackson
Team: South Carolina library(tidyverse) library(gt) library(gtExtras) library(dplyr) library(reactable) library(reactablefmtr) Category <- c("Games", "Minutes") Value <- c(19,33.3) cbind(Category, Value) %>% reactable( theme = espn()) Notes: Strengths Array of moves to create own shot. Elite size for wing (may eventually be a rim protector as ...
918 sym R (1883 sym/6 pcs) 2 tbl
Cam Whitmore
Team: Villanova library(tidyverse) library(gt) library(gtExtras) library(dplyr) library(reactable) library(reactablefmtr) Category <- c("Games", "Minutes") Value <- c(13,26.3) cbind(Category, Value) %>% reactable( theme = espn()) Notes: Strengths Strong, explosive athlete with great first step. Fearlessly attacks rim. Weaknesses Slow shot th...
689 sym R (1864 sym/6 pcs) 2 tbl
Jett Howard
Team: Michigan library(tidyverse) library(gt) library(gtExtras) library(dplyr) library(reactable) library(reactablefmtr) Category <- c("Games", "Minutes") Value <- c(19,30.8) cbind(Category, Value) %>% reactable( theme = espn()) Notes: Strengths Quick, high release on jump shot. Array of one dribble pull up moves. Great height for role. Weakn...
787 sym R (1811 sym/6 pcs) 2 tbl
Dillon Mitchell
Team: Texas library(tidyverse) library(gt) library(gtExtras) library(dplyr) library(reactable) library(reactablefmtr) Category <- c("Games", "Minutes") Value <- c(20,21.3) cbind(Category, Value) %>% reactable( theme = espn()) Notes: Strengths NBA size and length. Willing screener. Weaknesses Limited skill set, needs time to develop. Limited ...
785 sym R (1824 sym/6 pcs) 2 tbl
Offensive roles
The classic 5 positions have long been inadequate for classifying and grouping players, and other common methods like guard, wing, big are far too simplistic. So what I would like to do is categorize players by their actual roles on either end of the floor. For example a player like Jokic would be listed as creator on offense and anchor on defens...
1722 sym R (10473 sym/38 pcs) 6 img