rfa {mlbstats} | R Documentation |
Calculates range factor
Description
Computes the amount of the field covered by a player
Usage
rfa(p, a, ip)
Arguments
p |
Number of putouts |
a |
Number of assists |
ip |
Number of innings played in a defensive position |
Value
rfa
Examples
rfa(20, 5, 450)
[Package mlbstats version 0.1.0 Index]