vr_plot_icons | R Documentation |
Score evolution plot
vr_plot_icons()
vr_score_evplot(
x,
with_summary = FALSE,
use_icons = FALSE,
icons,
home_colour = "darkblue",
visiting_colour = "darkred",
low_colour = "#800000",
mid_colour = "#202020",
high_colour = "#008000",
font_size = 12
)
x |
datavolley or string: as returned by |
with_summary |
logical: if |
use_icons |
logical: add icons for ace/error/block kill?. Note that timeout icons are always added |
icons |
data.frame: a data.frame as returned by |
home_colour |
string: colour for home team |
visiting_colour |
string: colour for visiting team |
low_colour , mid_colour , high_colour |
string: colours for low, mid, and high performance (used for |
font_size |
scalar: font size |
A ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.