View source: R/features-lacrosse.R
lacrosse_goal_arc | R Documentation |
lacrosse_goal_circle()
) that may extend back to the end
line, but also may be cut off at the goal line extended. The extension should
be controlled via the goal_arc_extension
parameter. Note: the hash
marks are generated via lacrosse_goal_fan_hash_mark()
The arc around the goal circle is a semi-circular area located around the
goal circle (see lacrosse_goal_circle()
) that may extend back to the end
line, but also may be cut off at the goal line extended. The extension should
be controlled via the goal_arc_extension
parameter. Note: the hash
marks are generated via lacrosse_goal_fan_hash_mark()
lacrosse_goal_arc(
goal_arc_extension = 0,
goal_arc_radius = 0,
line_thickness = 0
)
goal_arc_extension |
The extension from the goal line towards the end line |
goal_arc_radius |
The outer radius of the goal arc, measured from the center of the goal line |
line_thickness |
The thickness of the goal arc |
A data frame containing the the bounding coordinates of the goal arc
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.