View source: R/features-soccer.R
soccer_corner_defensive_marks | R Documentation |
The marks should be outside the field of play
soccer_corner_defensive_marks(
feature_thickness = 0,
is_touchline = FALSE,
is_goal_line = FALSE,
depth = 0,
separation_from_line = 0
)
feature_thickness |
The thickness of the corner defensive marks |
is_touchline |
A boolean indicating whether or not the corner defensive marks should be along the touchline |
is_goal_line |
A boolean indicating whether or not the corner defensive marks should be along the goal line |
depth |
The depth that the mark extends out of play |
separation_from_line |
The distance from the back edge of the goal line to the interior edge of the corner defensive mark |
The line thickness will be uniform for all features on the pitch
A data frame containing the bounding coordinates of the corner defensive marks
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.