fp {mlbstats} | R Documentation |
Computes the fielding percentage (aka, fielding average), which reflects the percentage of proper ball handling
fp(p, a, e)
p |
Number of putouts |
a |
Number of assists |
e |
Number of errors |
fp
fp(13, 4, 2)