Assigning colors to table values using Choroplethr
问题 I'm trying to use choroplethr to make a map at the county level. Currently, I have 3 categorical integers (1, 2, 3) in my csv under the column value which vary depending on each county. The region column contains county fips. I want to display the following values as the respective label , color (value = label = color): 0 = "None" = "white", 1 = "MD" = "#64acbe", 2 = "DO" = "#c85a5a", 3 = "Both" = "#574249", I've tried several combinations of scale_fill_brewer without the results I'm looking