Create a line chart in ggplot2 with multiple variables. ... install.packages("ggplot2") library(ggplot2) ggplot(df, aes(x = x, y = value, color = variable)) ...
確定! 回上一頁