hw_plot <- ggplot(heightweight, aes(x = ageYear, y = heightIn)) + ... theme(plot.title = element_text(hjust = 0.5)) #设置标题居中.
確定! 回上一頁