TimStats commited on
Commit
c8d82e0
·
verified ·
1 Parent(s): bdcb832

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -1
app.R CHANGED
@@ -37,7 +37,7 @@ ui <- fluidPage(
37
 
38
  numericInput("velo", "Velocity (mph)", value = 95, min = 70, max = 110, step = 1),
39
  numericInput("ivb", "Induced Vertical Break (in)", value = 16, min = -20, max = 30, step = 0.1),
40
- numericInput("hb", "Horizontal Break (in)", value = 6, min = -20, max = 20, step = 0.1),
41
  numericInput("spinrate", "Spin Rate (rpm)", value = 2300, min = 1000, max = 3500, step = 10),
42
  numericInput("ext", "Extension (ft)", value = 6.3, min = 5, max = 8, step = 0.1),
43
  numericInput("spinaxisdiff", "Spin Axis Difference (°)", value = 0, min = -180, max = 180, step = 1),
 
37
 
38
  numericInput("velo", "Velocity (mph)", value = 95, min = 70, max = 110, step = 1),
39
  numericInput("ivb", "Induced Vertical Break (in)", value = 16, min = -20, max = 30, step = 0.1),
40
+ numericInput("hb", "Horizontal Break +Arm/-Glove (in)", value = 6, min = -20, max = 20, step = 0.1),
41
  numericInput("spinrate", "Spin Rate (rpm)", value = 2300, min = 1000, max = 3500, step = 10),
42
  numericInput("ext", "Extension (ft)", value = 6.3, min = 5, max = 8, step = 0.1),
43
  numericInput("spinaxisdiff", "Spin Axis Difference (°)", value = 0, min = -180, max = 180, step = 1),