Guest User

Untitled

a guest
Jun 21st, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. #645277 is Smith's MiLB Player ID, a unique identifier.
  2. ggplot(edited_pitch_table[edited_pitch_table$bat_id ==645277 & edited_pitch_table$retro_game_id == 'LVG201704270',], aes(x, y))+
  3. geom_point(aes(color=pitch_res))+
  4. xlim(0,250)+
  5. ylim(0,250)+
  6. labs(title='Dominic Smith Pitches, April 27, 2017', subtitle='Source: MiLB Pitch Data')
Add Comment
Please, Sign In to add comment