library(ggplot2) data(EuStockMarkets) df = as.data.frame(EuStockMarkets) ggplot(df) + geom_area(aes(x = seq_along(SMI), y = SMI, ...
確定! 回上一頁