Learn R Programming

baseballr (version 0.8.6)

edge_code: Edge Code

Description

This function allows you to classify individual pitches based on the various categories from the Edge

Usage

edge_code(df, height_var_name = "b_height")

Arguments

df

A dataframe that, at a minimum, includes the following columns: batter height (b_height), the batter's handedness (stand), vertical location of the pitch (pz), and then horizontal location of the pitch (pz)

height_var_name

The name of the variable in the dataset that includes the batter's height. Defaults to b_height which assumes an height + inch format. If the variable name is "Height" it assumes the variable is already converted to inches (as is the case in some databases)

Examples

Run this code
# NOT RUN {
edge_code(df)
# }

Run the code above in your browser using DataLab