wr {mlbstats} | R Documentation |
Calculates whiff rate
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
wr(sw, tp)
Arguments
sw |
Number of swings and misses |
tp |
Total pitches thrown |
Value
wr
Examples
wr(300, 750)
[Package mlbstats version 0.1.0 Index]