football_goal_line {sportyR} | R Documentation |
The goal lines are the lines the ball must cross while being either passed or ran in order to score a touchdown. The interior edge of the goal line (relative to the center of the field of play) should lie at the 0 yard line, and the center of the 1 yard line should be exactly 1 yard from this edge of the goal line
Description
The goal lines are the lines the ball must cross while being either passed or ran in order to score a touchdown. The interior edge of the goal line (relative to the center of the field of play) should lie at the 0 yard line, and the center of the 1 yard line should be exactly 1 yard from this edge of the goal line
Usage
football_goal_line(field_width = 0, feature_thickness = 0)
Arguments
field_width |
The width of the field |
feature_thickness |
The thickness of the goal line |
Value
A data frame of the bounding box of the goal line
[Package sportyR version 2.2.2 Index]