I ran this code inside the ggplot to fill my map:
scale_fill_stepsn(colors = c("red","yellow","green3"),
limits = c(0.2,0.6),
guide = guide_coloursteps(even.steps = FALSE,
show.limits = TRUE),
breaks= c(0.2,0.33,0.46,0.6))+
Although I specified colors, red is being orange for some reason.
I have tried other shades of red, but it is not working at all. When I change the color of the title to red it changes, but with scale_fill_stepsn() it is not giving me red. I rethinking my life now, at some point I thought I am colorblind, but I am not my friends confirmed that it is not red.
What can I do to fix this?
Thank you,
Diydor