baseball_running_lane: The running lane is entirely in foul territory. The depth...

View source: R/features-baseball.R

baseball_running_laneR Documentation

The running lane is entirely in foul territory. The depth should be measured from the foul-side edge of the baseline to the outer edge of the running lane mark

Description

All measurements should be given "looking down the line" (e.g. as they would be measured by an observer standing behind home plate)

Usage

baseball_running_lane(
  running_lane_depth = 0,
  running_lane_length = 0,
  running_lane_start_distance = 0,
  running_lane_thickness = 0
)

Arguments

running_lane_depth

The distance from the outer edge of the foul line to the outer edge of the running lane

running_lane_length

The total distance of the running lane, from where it first starts to its terminus near first base

running_lane_start_distance

The distance from the back tip of home plate that the running lane starts

running_lane_thickness

The thickness of the chalk line that comprises the running lane

Value

A data frame containing the running lane's bounding coordinates


sportyR documentation built on May 29, 2024, 8:33 a.m.