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_futebol_badges()
- ggplot2 Layer for Visualizing Brazilian Soccer Team badges
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_futebol()
scale_colour_futebol()
scale_fill_futebol()
- Scales for Brazilian 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()
.
-
element_futebol_badge()
- Theme Elements for Image Grobs
-
clean_team_abbrs()
- Standardize Brazilian Soccer Team Abbreviations
-
valid_team_names()
- Output Valid Brazilian Soccer Team Abbreviations