R package for manipulating, modeling, and visualizing Statcast pitching data.
To install (recommended to first install baseballr package):
library(remotes)
install_github("BillPetti/baseballr")
install_github("bayesball/CalledStrike")
A general description of the package can be found at:
https://bayesball.github.io/Intro_to_CalledStrike_Package.html
When the package is loaded, can see graphs for some sample data:
library(CalledStrike)
ShinyDemo()