tob {mlbstats}R Documentation

Calculates times on base

Description

Computes total times a player reaches a base by adding h, hbp, and bb

Usage

tob(h, hbp, bb)

Arguments

h

Number of hits

hbp

Number of hits by pitch

bb

Number of bases on balls

Value

tob

Examples

tob(234, 6, 24)

[Package mlbstats version 0.1.0 Index]