Home runs spray vs batting side
ggplot(sc_hr, aes(spray_angle)) +
geom_density() +
facet_wrap(vars(stand), ncol = 1)
## Warning: Removed 29 rows containing non-finite outside the scale range
## (`stat_density()`).

- Confirms that batters tend to hit home runs in “pull” direction.
- Also note that Left handers tend to pull stronger!