partyhues {tapiR} | R Documentation |
Converts names of political parties into colours, for plotting purposes. "Lab" becomes "red", "Con" becomes "blue", "LD" becomes "yellow", others are "black".
partyhues(vec)
vec |
A vector of party names |
A character vector of colours.
David Firth
partyhues(c("LD", "SNP", "LD", "Con", "Lab"))