library(ggplot2) bp <- ggplot(Diabetes,aes(y=bp.1s,x=1))+geom_boxplot() bp + ylab("Systolic blood pressure")+xlab("")+xlim(c(0,2)).
確定! 回上一頁