| pa_so {mlbstats} | R Documentation | 
Calculates plate appearances per strikeout (PA/SO)
Description
Computes the number of times a hitter strikes out in relation to their plate appearances
Usage
pa_so(pa, so)
Arguments
| pa | Number of plate appearances | 
| so | Number of strikeouts | 
Value
pa_so
Examples
pa_so(450, 120)
[Package mlbstats version 0.1.0 Index]