Return ASN Brand Identity hex colors by position
Source:R/scale_asn.R
, R/scale_asn_ramp.R
asn_cols.Rd
Return ASN Brand Identity hex colors by position
Return ASN Brand Identity hex colors by position
Examples
asn_cols()
#> [1] "#00468b" "#ff8200" "#0077C8" "#cccccc" "#008eaa" "#319b42" "#555555"
#> [8] "#9bb8d3" "#ffb500" "#3f2a56" "#00baae" "#ffffff"
asn_cols(3)
#> [1] "#0077C8"
asn_cols()
#> [1] "#00468b" "#ff8200" "#0077C8" "#cccccc" "#008eaa" "#319b42" "#555555"
#> [8] "#9bb8d3" "#ffb500" "#3f2a56" "#00baae" "#ffffff"
asn_cols(1)
#> [1] "#00468b"