I cannot change the colour of the conditional_smooths plot. I create the plot like so:
p1=conditional_smooths(model1)
but then this doesn’t change the color. I tried various ways (scale_color_grey()) but none worked.
plot(p1, plot=FALSE)[[1]] + scale_color_manual(values=“DC267F”)
What am I doing wrong?
- Operating System: MacOS Catalina
- brms Version: 2.15.0