gpt4 book ai didi

r - facet_grid ggplot2 中显示更改单 margin ?

转载 作者:行者123 更新时间:2023-12-01 23:45:04 25 4
gpt4 key购买 nike

我看过几个关于如何通过重新排列因子级别来更改构面顺序的答案。但我想更改显示边距的顺序。所以基本上在 468 之前的左侧面板上显示了 (all)。提前致谢!

library(ggplot2)
qplot(mpg, wt, data=mtcars) + facet_grid(. ~ cyl, margins=TRUE)

enter image description here

最佳答案

怎么样

mtcars2 <- rbind(mtcars, within(mtcars, cyl <- "(All)"))

qplot(mpg, wt, data = mtcars2) + facet_grid(. ~ cyl)

enter image description here

关于r - facet_grid ggplot2 中显示更改单 margin ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64324933/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com