Learn R Programming

mlbstats (version 0.1.0)

k9: Calculates strikeouts per nine innings pitched (K/9)

Description

Computes strikeouts per nine innings pitched

Usage

k9(k, ip)

Arguments

k

Number of strikeouts

ip

Number of innings pitched

Value

k9

Examples

Run this code
# NOT RUN {
k9(105, 175)
# }

Run the code above in your browser using DataLab