Learn R Programming

mlbstats (version 0.1.0)

tc: Calculates total chances

Description

Computes the opportunities for defensive ball handling

Usage

tc(p, a, e)

Arguments

p

Number of putouts

a

Number of assists

e

Number of errors

Value

tc

Examples

Run this code
# NOT RUN {
tc(11, 5, 5)
# }

Run the code above in your browser using DataLab