Let's plot personal savings rate (psavert). We can do this with a simple line plot. library(ggplot2) ggplot(economics, aes( ...
確定! 回上一頁