tennis_court_apron: The court apron is referred to as the backstop and sidestop....

View source: R/features-tennis.R

tennis_court_apronR Documentation

The court apron is referred to as the backstop and sidestop. These areas are entirely outside of the playing court, but legal shots made here are considered in play

Description

The court apron is referred to as the backstop and sidestop. These areas are entirely outside of the playing court, but legal shots made here are considered in play

Usage

tennis_court_apron(
  court_length = 0,
  court_width = 0,
  backstop_distance = 0,
  sidestop_distance = 0
)

Arguments

court_length

The length of the court

court_width

The width of the court (usually the doubles width of the court)

backstop_distance

The distance from the back edge of the tennis_baseline() to the back boundary

sidestop_distance

The distance from the outer edge of the tennis_sideline() to the side boundary

Value

A data frame containing the bounding coordinates of the court apron


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