/nbaplotR

NBA Logo Plots in 'ggplot2'

Primary LanguageROtherNOASSERTION

nbaplotR

Lifecycle: experimental CRAN status R-CMD-check

The goal of nbaplotR is to provide functions and geoms that help visualization of NBA/WNBA related analysis. It provides a ggplot2 geom that does the heavy lifting of plotting NBA/WNBA logos in high quality, with correct aspect ratio and possible transparency. All of this is done by the powerful ggpath package.

Installation

To get a bug fix or to use a feature from the development version, you can install the development version of nbaplotR either from GitHub with:

if (!require("pak")) install.packages("pak")
pak::pak("mrcaseb/nbaplotR")