compute lower and upper whiskers ylim1 = boxplot.stats(df$y)$stats[c(1, 5)] # scale y limits based on ylim1 ggplot() + gemo_box() + ...
確定! 回上一頁