pa_so: Calculates plate appearances per strikeout (PA/SO)

Description Usage Arguments Value Examples

View source: R/batting.R

Description

Computes the number of times a hitter strikes out in relation to their plate appearances

Usage

1
pa_so(pa, so)

Arguments

pa

Number of plate appearances

so

Number of strikeouts

Value

pa_so

Examples

1
pa_so(450, 120)

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

Related to pa_so in mlbstats...