k_bb: Calculates strikeout to walk ratio (pitching)

Description Usage Arguments Value Examples

View source: R/pitching.R

Description

Computes strikeouts to walk ratio, based on number of strikeouts and number of walks (for batting version, see "bb_k")

Usage

1
k_bb(k, bb)

Arguments

k

Number of strikeouts

bb

Number of bases on balls

Value

k_bb

Examples

1
k_bb(105, 40)

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

Related to k_bb in mlbstats...