data <- read.csv("dummy-data.csv", sep = "\t"). g <- ggplot(data, aes(x = week, y = signups, group = plan, fill = plan)) +. geom_area().
確定! 回上一頁