Guest User

Untitled

a guest
Jun 23rd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. > ggplot(data=edited_atbat_table[edited_atbat_table$park_id == 2756 & edited_atbat_table$year == 2017,], aes(x=250 - hit_x,y= 250 - hit_y))+
  2. + geom_point(aes(color=battedball_cd))+
  3. + xlim(0,250)+
  4. + ylim(0,250)+
  5. + labs(title='Coca-Cola Field Batted Balls, 2017',subtitle='Source: MiLB Pitch Data')
  6. Warning message:
  7. Removed 1476 rows containing missing values (geom_point).
Add Comment
Please, Sign In to add comment