Description Usage Arguments Value Author(s) References See Also Examples
Slugging percentage is a measure of a hitter's power.
| 1 | slg(TB, AB)
 | 
| TB | Total Bases | 
| AB | At Bats | 
Returns a numerical value equal to (TB/AB)
This is also equivalent to ((singles) + (2 x doubles) + (3 x triples) + (4 x homeruns))/(AB)
Peter Xenopoulos
https://en.wikipedia.org/wiki/Slugging_percentage
opsplus, ops
| 1 2 3 4 5 6 7 8 9 10 11 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.