Creating a stacked area chart in R is fairly painless, ... g <- ggplot(data, aes(x = week, y = signups, group = plan, fill = plan)) +.
確定! 回上一頁