igroffman commited on
Commit
bac2af7
·
verified ·
1 Parent(s): 66d17fe

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +0 -3
app.R CHANGED
@@ -4603,9 +4603,6 @@ grid::grid.text(display_val,
4603
  tryCatch(print(location_rhb, newpage = FALSE), error = function(e) NULL)
4604
  grid::popViewport()
4605
 
4606
- # Footer
4607
- grid::grid.text("Red: Below SEC Avg, White: Near SEC Avg, Green: Above SEC Avg | Stuff+ predicts pitch effectiveness; 100 is average, 10 = one SD",
4608
- x = 0.5, y = 0.04, gp = grid::gpar(cex = 0.82, col = "grey40", fontface = "italic"))
4609
  grid::grid.text("Data: TrackMan | Report Generated: Coastal Carolina Baseball",
4610
  x = 0.5, y = 0.02, gp = grid::gpar(cex = 0.75, col = "grey50"))
4611
 
 
4603
  tryCatch(print(location_rhb, newpage = FALSE), error = function(e) NULL)
4604
  grid::popViewport()
4605
 
 
 
 
4606
  grid::grid.text("Data: TrackMan | Report Generated: Coastal Carolina Baseball",
4607
  x = 0.5, y = 0.02, gp = grid::gpar(cex = 0.75, col = "grey50"))
4608