| fp {mlbstats} | R Documentation | 
Calculates fielding percentage
Description
Computes the fielding percentage (aka, fielding average), which reflects the percentage of proper ball handling
Usage
fp(p, a, e)
Arguments
| p | Number of putouts | 
| a | Number of assists | 
| e | Number of errors | 
Value
fp
Examples
fp(13, 4, 2)
[Package mlbstats version 0.1.0 Index]