View source: R/features-basketball.R
basketball_free_throw_lane_boundary | R Documentation |
The lines providing the boundary to the free throw lane. When a player is shooting a free throw, all non-shooting players must be outside of this boundary
basketball_free_throw_lane_boundary(
lane_length = 0,
lane_width = 0,
line_thickness = 0
)
lane_length |
The length of the free throw lane |
lane_width |
The width of the free throw |
line_thickness |
The thickness of the free throw lane boundary |
NOTE: This does not include lane space markings (blocks), which will be
created via basketball_lane_space_mark()
.
A data frame of the bounding coordinates of the free throw lane boundary
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.