The field should have an apron to appropriately see all out-of-bounds features. This is typically the same color as the field itself, but will be created separately so as to allow for more customized plotting
football_field_apron(
field_length = 0,
field_width = 0,
endzone_length = 0,
boundary_thickness = 0,
field_border_thickness = 0,
restricted_area_length = 0,
restricted_area_width = 0,
coaching_box_length = 0,
coaching_box_width = 0,
team_bench_length_field_side = 0,
team_bench_length_back_side = 0,
team_bench_width = 0,
team_bench_area_border_thickness = 0,
extra_apron_padding = 0,
bench_shape = ""
)
A data frame of the bounding coordinates of the field apron
The length of the field
The width of the field
The length of the endzone
The thickness of the field boundary
The thickness of the field border
The length of the restricted area
The width of the restricted area
The length of the coaching box
The width of the coaching box
The length of the team bench area nearest the field
The length of the team bench area furthest from the field
The width of the team bench area
The thickness of the border around the team bench area
Any additional distance to add to the apron of the field
A string of the shape of the bench. Currently, this checks
for "rectangle"