View source: R/features-hockey.R
hockey_nodzone_faceoff_spot_stripe | R Documentation |
This function is responsible for creating the inner stripe, not the colored
outer ring around it. Please see hockey_nodzone_faceoff_spot_ring()
for
more information on it
hockey_nodzone_faceoff_spot_stripe(
feature_radius = 0,
feature_thickness = 0,
gap_width = 0
)
feature_radius |
The outer radius of the non-centered faceoff spot |
feature_thickness |
The thickness of the non-centered faceoff spot ring |
gap_width |
The width of the gap from the inner edge of the non-centered faceoff spot ring to the outer edge of the stripe |
The non-centered faceoff spots are where faceoffs are taken after an icing call or to start a powerplay. They differ from the center ice faceoff spot in size, color, and form. For the faceoff spot's stripe, the 'feature_thickness' parameter should be the thickness of the outer ring, which is 'minor_line_thickness'
A data frame containing the bounding coordinates of the non-centered faceoff spot's stripe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.