You provide the data, tell ggplot2 how to map variables to aesthetics, ... ggplot(chic, aes(x = date, y = o3)) + geom_line(aes(color ...
確定! 回上一頁