h9 {mlbstats}R Documentation

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

Description

Computes hits per nine innings pitched

Usage

h9(h, ip)

Arguments

h

Number of hits allowed

ip

Number of innings pitched

Value

h9

Examples

h9(150, 175)

[Package mlbstats version 0.1.0 Index]