tc {mlbstats} | R Documentation |
Calculates total chances
Description
Computes the opportunities for defensive ball handling
Usage
tc(p, a, e)
Arguments
p |
Number of putouts |
a |
Number of assists |
e |
Number of errors |
Value
tc
Examples
tc(11, 5, 5)
[Package mlbstats version 0.1.0 Index]