iso: Calculates isolated power

Description Usage Arguments Value Examples

View source: R/batting.R

Description

Computes isolated power, which is a player's ability to obtain extra bases from a hit. The statistic subtracts a hitter's batting average from the slugging percentage, with the maximum ISO being 3.000.

Usage

1
iso(b1, b2, b3, hr, ab, h)

Arguments

b1

Number of singles

b2

Number of doubles

b3

Number of triples

hr

Number of home runs

ab

Number of at bats

h

Number of hits

Value

iso

Examples

1
iso(100, 40, 3, 7, 350, 150)

mlbstats documentation built on May 2, 2019, 1:04 p.m.

Related to iso in mlbstats...