View source: R/features-hockey.R
hockey_goal_crease_outline | R Documentation |
hockey_goal_crease_fill()
). The goal crease may have two
notches (one on each side of the line y = 0)The outline of the goal crease should have thickness given by 'minor_line_thickness', as this is a minor line on the ice surface, and the outline is usually red in color
hockey_goal_crease_outline(
feature_radius = 0,
feature_thickness = 0,
crease_style = "",
crease_length = 0,
crease_width = 0,
notch_dist_x = 0,
notch_width = 0
)
feature_radius |
The radius of the goal crease |
feature_thickness |
The thickness of the line marking the outline of the goal crease |
crease_style |
The style of the goal crease |
crease_length |
The length of the goal crease |
crease_width |
The width of the goal crease |
notch_dist_x |
The distance from the back edge of the goal line to the further edge of the crease notch |
notch_width |
The width of the notch in the goal crease |
A data frame containing the bounding coordinates of the goal crease's outline
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.