,可以通过以下步骤实现:
install.packages("ggplot2")
library(ggplot2)
df <- data.frame(x = c(1, 2, 3, 4, 5), y = c(10, 20, 30, 40, 50))
p <- ggplot(data = df, aes(x = x, y = y))
p <- p + geom_point()
p <- p + scale_fill_manual(values = "red", labels = "Custom Legend")
p <- p + labs(title = "Custom Legend Example", x = "X轴", y = "Y轴")
print(p)
这样就可以在雨云图ggplot2上创建一个自定义图例了。根据具体需求,可以调整图例的颜色、标签和位置等。
领取专属 10元无门槛券
手把手带您无忧上云