basketball_free_throw_circle {sportyR} | R Documentation |
The outline of the free throw circle. The interior filling area is created
via basketball_free_throw_circle_fill()
Description
The outline of the free throw circle. The interior filling area is created
via basketball_free_throw_circle_fill()
Usage
basketball_free_throw_circle(
overhang = 0,
free_throw_circle_radius = 0,
line_thickness = 0
)
Arguments
overhang |
The arc length of the free throw circle that hangs past the free throw line |
free_throw_circle_radius |
The radius of the free throw circle |
line_thickness |
The thickness of the free throw line |
Value
A data frame of the bounding coordinates of the free throw circle
[Package sportyR version 2.2.2 Index]