Load ggplot2. library(ggplot2) ... Change title, X axis label, and Y axis label ... No extra space around plot p + scale_y_continuous(expand = c(0,0)) + ...
確定! 回上一頁