winLossChart | R Documentation |
Creates a ggplot2 bar chart object visualizing the wins and losses of a given ECAC team. Can be faceted by home/away.
winLossChart(team, gender = "women", byLocation = TRUE)
team |
ECAC team to visualize |
gender |
'women' (default) or 'men' |
byLocation |
TRUE (default) to split Home/Away, FALSE otherwise |
ggplot2 bar chart object
winLossChart(team="brown") winLossChart(team="clarkson", gender="men", byLocation=FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.