gg_halftenniscourt: This function draws half of a symmetric tennis court.

Description Usage Value Examples

View source: R/gg_tennis.R

Description

This function draws half of a symmetric tennis court.

Usage

1
2
3
4
5
gg_halftenniscourt(
  fill_colour = "#3C638E",
  outer_fill = "#ad5049",
  line_colour = "white"
)

Value

A ggplot of a tennis court (dimensions in metres)

Examples

1
ggplot() + gg_halftenniscourt()

petertea96/grandslamR documentation built on Dec. 22, 2021, 7:46 a.m.