Function reference
Geoms
ggplot2 geoms (geometric objects) that create a layer()
. A layer combines data, aesthetic mapping, a geom (geometric object), a stat (statistical transformation), and a position adjustment.
-
geom_soccer_logos()
- ggplot2 Layer for Visualizing Soccer Team Logos
Scales
Scales control the details of how data values are translated to visual properties. Override the default scales to tweak details like the axis labels or legend keys, or to use a completely different translation from data to aesthetic.
-
scale_color_soccer()
scale_colour_soccer()
scale_fill_soccer()
- Scales for Soccer Team Colors
Theme Elements
Themes control the display of all non-data elements of the plot. Theme elements can tweak individual settings inside theme()
.
-
clean_team_names()
- Standardize Soccer Team Names
-
valid_team_names()
all_valid_team_names()
- Output Valid Soccer Team Names
-
team_name_mapping
- Alternate Team Abbreviation Mapping