This article describes how to create a line plot using the ggplot2 R package. ... Area plot ggplot(economics, aes(x=date)) + geom_area(aes(y = psavert), ...
確定! 回上一頁