wr: Calculates whiff rate

Description Usage Arguments Value Examples

View source: R/pitching.R

Description

Computes pitcher's ability to get a batter to swing and miss pitches over any period of time (e.g., in a single game, single season, career, etc.)

Usage

1
wr(sw, tp)

Arguments

sw

Number of swings and misses

tp

Total pitches thrown

Value

wr

Examples

1
wr(300, 750)

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

Related to wr in mlbstats...