TimStats commited on
Commit
d0848d9
·
verified ·
1 Parent(s): dc92b0f

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -1
app.R CHANGED
@@ -130,7 +130,7 @@ MLB <- rbind(MLB,MLB25,MLB26)
130
  print("aaa")
131
  AAA <- rbind(AAA,AAA25,AAA26)
132
  print("fsl")
133
- FSL <- rbind(FSL,FSL25)
134
 
135
  is_barrel <- function(df) {
136
  df$barrel <- with(df, ifelse(hit_angle <= 50 & hit_speed >= 97 & hit_speed * 1.5 -
 
130
  print("aaa")
131
  AAA <- rbind(AAA,AAA25,AAA26)
132
  print("fsl")
133
+ FSL <- rbind(FSLAll,FSL25)
134
 
135
  is_barrel <- function(df) {
136
  df$barrel <- with(df, ifelse(hit_angle <= 50 & hit_speed >= 97 & hit_speed * 1.5 -