The chart is built using the geom_area() function. ... value, group) p <- ggplot(data, aes(x=time, y=value, fill=group)) + geom_area() ggplotly(p).
確定! 回上一頁