Learn R Programming

mlbstats (version 0.1.0)

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

Description

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

Usage

pa_so(pa, so)

Arguments

pa

Number of plate appearances

so

Number of strikeouts

Value

pa_so

Examples

Run this code
# NOT RUN {
pa_so(450, 120)
# }

Run the code above in your browser using DataLab