Description Usage Arguments Details Value Author(s) Examples
Takes width, length, and color arguments to create a volleyball court
1 2 | draw.volleyball(length = 18, width = 9, main = "Volleyball",
col1 = "burlywood2", col2 = "darkblue")
|
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 volleyball court
Braden Sharp
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.