基本图形 p <- ggplot(heightweight,aes(x=ageYear,y=heightIn))+geom_point() # 主题项目外观的控制 p+theme(axis.title.x = element_text(size = 16 ...
確定! 回上一頁