Learn R Programming

mlbstats (version 0.1.0)

rfa: Calculates range factor

Description

Computes the amount of the field covered by a player

Usage

rfa(p, a, ip)

Arguments

p

Number of putouts

a

Number of assists

ip

Number of innings played in a defensive position

Value

rfa

Examples

Run this code
# NOT RUN {
rfa(20, 5, 450)
# }

Run the code above in your browser using DataLab