Description Usage Arguments Details Value Author(s) Examples
Takes width, length, and color arguments to create a tennis court
1 2 | draw.tennis(length = 78, width = 36, main = "Tennis",
col1 = "aquamarine3", col2 = "white")
|
length |
the length (x-axis) of the court |
width |
the width (y-axis) of the court |
main |
the title that appears at the top of the plot |
col1 |
the color of the court itself |
col2 |
the color of the lines on the court |
This function creates a plot that acts as a base layer on which various points and lines can be plotted.
Plots a tennis court
Braden Sharp
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.