View source: R/features-hockey.R
hockey_odzone_faceoff_circle | R Documentation |
The non-centered faceoff circles are where faceoffs are taken after an icing call or to start a powerplay. They differ from the center ice faceoff circle because there are adjoining hash marks on these circles. It is also a different color than the center ice faceoff circle, and the spot in the center of it varies in size and form. Its line thickness should be given by 'minor_line_thickness' as this is a minor line on the ice surface
hockey_odzone_faceoff_circle(
feature_radius = 0,
feature_thickness = 0,
hashmark_width = 0,
hashmark_ext_spacing = 0
)
feature_radius |
The radius of the faceoff circle |
feature_thickness |
The thickness of the line of the non-centered faceoff circle |
hashmark_width |
The width of the hashmarks on the exterior of the non-centered faceoff circle |
hashmark_ext_spacing |
The external spacing between the hashmarks' outer edges |
A data frame containing the bounding coordinates of the non-centered faceoff circle
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.