soccer_halfway_line {sportyR} | R Documentation |
The halfway line, aka the midfield line or center line, runs the width of the pitch, dividing it into two equal halves. The left half (in TV view) will be the defensive half, and the right half will be the offensive half
Description
The line thickness will be uniform for all features on the pitch
Usage
soccer_halfway_line(pitch_width = 0, feature_thickness = 0)
Arguments
pitch_width |
The width of the pitch |
feature_thickness |
The thickness of the goal line |
Value
A data frame containing the bounding coordinates of the halfway line
[Package sportyR version 2.2.2 Index]