View source: R/lollipopChart.R
lollipopChart | R Documentation |
Create a ggplot2 lollipop chart (alternative to a bar chart) of overall season summary statistics of all ECAC teams.
lollipopChart(var, games = "all", gender = "women")
var |
summary statistic to display |
games |
graphing 'all' (default), 'conference', or 'nonconference' games. Currently no support for 'nonconference' games |
gender |
"women' (default) or 'men' |
a ggplot2 lollipop chart object
lollipopChart(var="Goals") lollipopChart(var="PenaltyMinutes", games="conference", gender="men")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.