h9: Calculates hits per nine innings pitched (H/9IP)

Description Usage Arguments Value Examples

View source: R/pitching.R

Description

Computes hits per nine innings pitched

Usage

1
h9(h, ip)

Arguments

h

Number of hits allowed

ip

Number of innings pitched

Value

h9

Examples

1
h9(150, 175)

Example output

[1] 7.714286

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

Related to h9 in mlbstats...