Description Usage Arguments Value Examples
Minimal ggplot court plot
1 | os_ggcourt(court = "tennis", line_colour = "black", ...)
|
court |
string: court to plot, currently only "tennis" |
line_colour |
string: colour to use for court lines |
... |
: additional arguments, currently ignored |
A list that can be added to a ggplot2::ggplot()
1 2 | library(ggplot2)
ggplot() + os_ggcourt("tennis")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.