Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 ggplot 中制作箱线图,其中我的胡须、方框和中间位于指定的分位数?例如,我希望顶部胡须位于数据集的 95%,底部胡须位于数据集的 5%。我在 geom_boxplot 的文档中看到,美学包括 ymin、lower、middle 等,但它没有说这些应该作为实际值还是分位数给出。