ggplot(DF) + geom_boxplot( aes(x = x, ymin = min, lower = low, middle = mid, upper = top, ymax = max, width = 0.1), stat = "identity", ...
確定! 回上一頁