- Added the
geom_cfb_logos()geom. - Added the
geom_mean_lines()andgeom_median_lines()geoms. - Added the
scale_color_cfb()andscale_fill_cfb()functions. - Added FCS team logos. (v0.0.0.9002)
- Added the
gt_fmt_cfb()function. (this function is nowgt_fmt_cfb_logo()) (v0.0.0.9003) - Added the axis scales
scale_x_cfb()andscale_y_cfb()in combination with the theme update functionstheme_x_cfb()andtheme_y_cfb(). (v0.0.0.9004) - Fixed bug where
gt_fmt_cfb()wouldn't work with Texas A&M (this function is nowgt_fmt_cfb_logo()) (v0.0.0.9005) - Added NCAA logo as default for inputs not in
valid_team_names()(v0.0.0.9006) - Fixed defaults for
scale_y_cfb()to fix error. - Added FCS colors (v0.0.0.9007)
- Added DII & DIII Logos
- Added input to
valid_team_names()to allow filtering by division (FBS, FCS, DII, DIII, or Conference logos) (v0.0.0.9008) - Added the function
cfb_team_tiers()that build an NFL team tiers ggplot, thanks to Timo Riske for the suggestion. - Fixed a bug in
geom_median_lines()andgeom_mean_lines()that causedalphato not work properly. - Added the
geom_cfb_headshots()geom that plots headshots for valid ESPN player IDs. (v0.0.9009) - Added cleaning function
clean_school_names()which attempts to correct common name issues to names invalid_team_names(). The plotting functions call this internally to automatically attempt to fix errors. - Added experimental function
add_athlete_id_col()that adds a column to a data frame calledathlete_idfrom the rosters data from the cfbfastR-data repo based on a player name. This ID can be used with headshot plotting functions - Added the axis scales
scale_x_cfb_headshots()andscale_y_cfb_headshots(). - Added the
gt_fmt_cfb_headshot()function. (v0.0.0.9010) - Added colleges from
hoopRpackage (v0.0.0.9011) - Brought package up to date with nflplotR v1.0.0
- Added the
geom_from_path()geom that plots images from urls, local paths and more. - Added the ggplot2 theme-elements
element_cfb_logo(),element_cfb_headshot(), andelement_path()which translate college team names or player IDs into team logos and player headshots. These elements feature a major speed improvement over the axis scalesscale_x_cfb_headshots()andscale_y_cfb_headshots()and make the package less dependent on an underlying package. - added
P5andG5catagories tovalid_team_names() - added the
gt_merge_stack_team_color()function (v0.0.0.9012) - added the
ggtitle_image()andtheme_title_image()functions (v0.0.0.9013) - added >350 wordmarks for all FBS teams and many other schools and conferences from sportslogos.net
- added
geom_cfb_wordmarks()geom,element_cfb_wordmark()element, andgt_fmt_cfb_wordmark()function to implement new wordmarks. (v0.0.0.9014)