basketball_painted_area: The painted area is the area contained by the free throw lane...

View source: R/features-basketball.R

basketball_painted_areaR Documentation

The painted area is the area contained by the free throw lane (see basketball_free_throw_lane_boundary() for more information on the free throw lane)

Description

The painted area may be a different color than the rest of the two point range area (see basketball_two_point_range() for more information on two-point range), but may also be the same color

Usage

basketball_painted_area(
  lane_length = 0,
  lane_width = 0,
  paint_margin = 0,
  line_thickness = 0
)

Arguments

lane_length

The length of the free throw lane

lane_width

The width of the free throw

paint_margin

The distance from the painted area of the lane to the free throw lane boundary lines

free_throw_lane_boundary_line_thickness

The thickness of the line of the free throw lane

Value

A data frame of the bounding coordinates of the free throw lane's painted area


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