st_party_colors {stortingscrape} | R Documentation |
Color palette for parties in the Storting
Description
A color palette for all (current) parties in the Storting
Usage
st_party_colors
Format
A vector of party abbreviations and official hex colors
- Arbeiderpartiet (Labour Party)
- Fremskrittspartiet (Progress Party)
https://www.frp.no/files/Grafiske-retningslinjer/FrP-Profilmanual-2023.pdf
- Høyre (Conservative Party)
- Kristelig Folkeparti (Christian Democratic Party)
- Miljøpartiet De Grønne (Green Party)
- Pasientfokus (Patient Focus)
- Rødt (Red Party)
- Senterpartiet (Centre Party)
https://profil.senterpartiet.no/point/no/senterpartietbc/component/default/24406
- Sosialistisk Venstreparti (Socialist Left Party)
- Venstre (Liberal Party)
Source
See list of links above; there are several color alternatives for most parties.
Examples
## Not run:
barplot(table(get_parlperiod_mps(parl_periods$id[1])$party_id), col = st_party_colors)
## End(Not run)
[Package stortingscrape version 0.4.1 Index]