Turns a team palette into a palette function of the kind ggplot2 and
grDevices expect: call it with n and it returns n colors. When
n exceeds the number of colors the team actually has, the palette is interpolated
with colorRampPalette.
Arguments
- league
Character string naming a league, as returned by
colorr.leagues, or"soccer"for every soccer club at once.- set
Character string naming a team in that league.
- reverse
Logical. If
TRUE, reverse the color order.- legacy
Logical. If
TRUE, build from the colorr 1.0.1 palette.
See also
scale_fill_nba and friends, which wrap this for ggplot2.
Author
Charles Crabtree charles.crabtree@monash.edu
