Skip to contents

Create a ggplot2 lollipop chart (alternative to a bar chart) of overall season summary statistics of all ECAC teams.

Usage

lollipopChart(var, games = "all", gender = "women")

Arguments

var

summary statistic to display

games

graphing 'all' (default), 'conference', or 'nonconference' games. Currently no support for 'nonconference' games

gender

"women' (default) or 'men'

Value

a ggplot2 lollipop chart object

Examples

lollipopChart(var="Goals")

lollipopChart(var="PenaltyMinutes", games="conference", gender="men")