football_team_bench_area {sportyR} | R Documentation |
The team bench area is the area beyond the restricted area and coaching box. It is where the team benches, non-playing players, and team staff are to remain during the game
Description
The team bench area is the area beyond the restricted area and coaching box. It is where the team benches, non-playing players, and team staff are to remain during the game
Usage
football_team_bench_area(
team_bench_length_field_side = 0,
team_bench_length_back_side = 0,
team_bench_width = 0
)
Arguments
team_bench_length_field_side |
The length of the side of the team bench area closest to the field |
team_bench_length_back_side |
The length of the side of the team bench area furthest from the field |
team_bench_width |
The depth beyond the outer edge of the coaching box line that the team bench area protrudes |
Value
A data frame of the bounding coordinates of the team bench area
[Package sportyR version 2.2.2 Index]