View source: R/features-hockey.R
hockey_goal_frame_fill | R Documentation |
hockey_goal_frame()
) and the fill (this function)The goal frame has two thicknesses to be careful of: the outer diameter of the posts, and the outer diameter of the pipe in the back of the goal. The frame of the goal is usually red in color
hockey_goal_frame_fill(
feature_radius = 0,
goal_mouth_width = 0,
goal_back_width = 0,
goal_depth = 0,
goal_post_diameter = 0
)
feature_radius |
The radius of the circular part of the goal frame |
goal_mouth_width |
The width of the goal mouth |
goal_back_width |
The width of the back of the frame of the goal |
goal_depth |
The depth of the goal from the front of the goal line to the back of the goal frame |
goal_post_diameter |
The diameter of the post of the goal |
A data frame containing the bounding coordinates of the frame of the goal
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.