basketball_free_throw_lane_boundary: The lines providing the boundary to the free throw lane. When...

View source: R/features-basketball.R

basketball_free_throw_lane_boundaryR 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

Description

NOTE: This does not include lane space markings (blocks), which will be created via basketball_lane_space_mark().

Usage

basketball_free_throw_lane_boundary(
  lane_length = 0,
  lane_width = 0,
  line_thickness = 0
)

Arguments

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

Value

A data frame of the bounding coordinates of the free throw lane boundary


sportyR documentation built on July 9, 2023, 5:49 p.m.