library(ggplot2). sunspotyear = read.table("area_plot.txt",sep = "\t",header = T). ggplot(sunspotyear,aes(Year,Sunspots)) + geom_area().
確定! 回上一頁