tc: Calculates total chances

Description Usage Arguments Value Examples

View source: R/fielding.R

Description

Computes the opportunities for defensive ball handling

Usage

1
tc(p, a, e)

Arguments

p

Number of putouts

a

Number of assists

e

Number of errors

Value

tc

Examples

1
tc(11, 5, 5)

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

Related to tc in mlbstats...