Learn R Programming

mlbstats (version 0.1.0)

tob: 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

Run this code
# NOT RUN {
tob(234, 6, 24)
# }

Run the code above in your browser using DataLab