tob: Calculates times on base

Description Usage Arguments Value Examples

View source: R/batting.R

Description

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

Usage

1
tob(h, hbp, bb)

Arguments

h

Number of hits

hbp

Number of hits by pitch

bb

Number of bases on balls

Value

tob

Examples

1
tob(234, 6, 24)

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

Related to tob in mlbstats...