k9 {mlbstats} | R Documentation |
Calculates strikeouts per nine innings pitched (K/9)
Description
Computes strikeouts per nine innings pitched
Usage
k9(k, ip)
Arguments
k |
Number of strikeouts |
ip |
Number of innings pitched |
Value
k9
Examples
k9(105, 175)
[Package mlbstats version 0.1.0 Index]