标签: r ggplot2
我在ggplot2中使用geom_line绘制了24个组。我想知道是否有一种快速方法可以将其中一个特定组的颜色更改为黑色而不指定其他组的颜色?
我的代码:
ggplot(max, aes(x = dap,y = cf, group=variables, colour = variables)) + geom_line(size=0.5)