【发布时间】:2023-03-31 07:31:02
【问题描述】:
我的问题基本上是重复的
Width of boxplot created from summary stats 因为标签不完整(没有 rnor ggplot2 标签)而受到的关注很少,我建议进行相应的修改。
我试图重现示例of this question,我得到了
警告:忽略未知参数:宽度
我觉得这很好奇,因为我之前使用过width 作为参数。删除stat = identity时警告消失了
在很多以前的线程中,这个参数似乎都有效(例如:Fine tuning ggplot2's geom boxplot)。这和升级ggplot2 3.0有关吗?
注意
我真的想要对箱线图使用预先计算的值,我只是在开始回答上述问题时遇到了这个问题。
sessionInfo()
R version 3.5.0 (2018-04-23)
Platform: x86_64-apple-darwin15.6.0 (64-bit)
Running under: macOS High Sierra 10.13.6
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] ggplot2_3.0.0
loaded via a namespace (and not attached):
[1] Rcpp_0.12.17 digest_0.6.15 withr_2.1.2 dplyr_0.7.6
[5] assertthat_0.2.0 grid_3.5.0 plyr_1.8.4 R6_2.2.2
[9] gtable_0.2.0 magrittr_1.5 scales_0.5.0 pillar_1.2.3
[13] rlang_0.2.2 lazyeval_0.2.1 bindrcpp_0.2.2 labeling_0.3
[17] tools_3.5.0 glue_1.2.0 purrr_0.2.5 munsell_0.5.0
[21] yaml_2.1.19 compiler_3.5.0 pkgconfig_2.0.1 colorspace_1.3-2
[25] tidyselect_0.2.4 bindr_0.1.1 tibble_1.4.2
【问题讨论】: