旋转多面分组条形图

Rotate a faceted, grouped bar plot

**更新如下

我创建了一个图,我真的需要它是水平的,但是 coord_flip() 将小平面留在底部而不是在左侧嵌套组。

数据:

srvc_data <- structure(list(dept = structure(c(3L, 3L, 3L, 3L, 3L, 3L, 3L, 
3L, 3L, 3L, 3L, 3L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 2L, 
2L, 2L, 2L, 2L, 2L, 2L, 1L, 1L, 1L, 1L, 5L, 5L, 5L, 5L, 5L, 5L, 
5L, 5L, 5L, 5L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 3L, 
4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 2L, 2L, 2L, 2L, 2L, 2L, 
2L, 1L, 1L, 1L, 1L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L), .Label = c("Distribution Centre Services", 
"IT", "Marketing", "Merchandise & Inventory", "Operations and Communication"
), class = "factor"), label = c("test5", "test7", "test3", "test10", 
"test4", "test6", "test2", "test1", "test11", "test12", "test9", 
"test8", "test18", "test19", "test15", "test17", "test13", "test16", 
"test20", "test14", "test22", "test21", "test25", "test23", "test24", 
"test27", "test26", "test28", "test29", "test31", "test33", "test30", 
"test32", "test38", "test36", "test37", "test43", "test34", "test35", 
"test40", "test39", "test42", "test41", "test5", "test7", "test3", 
"test10", "test4", "test6", "test2", "test1", "test11", "test12", 
"test9", "test8", "test18", "test19", "test15", "test17", "test13", 
"test16", "test20", "test14", "test22", "test21", "test25", "test23", 
"test24", "test27", "test26", "test28", "test29", "test31", "test33", 
"test30", "test32", "test38", "test36", "test37", "test43", "test34", 
"test35", "test40", "test39", "test42", "test41"), Gap = c(-0.07, 
-0.13, -0.15, -0.16, -0.16, -0.21, -0.22, -0.24, -0.24, -0.25, 
-0.3, -0.3, -0.18, -0.19, -0.24, -0.29, -0.3, -0.34, -0.36, -0.41, 
-0.46, -0.63, -0.16, -0.18, -0.21, -0.22, -0.27, -0.29, -0.31, 
-0.31, -0.35, -0.39, -0.42, -0.15, -0.15, -0.2, -0.21, -0.22, 
-0.27, -0.29, -0.29, -0.31, -0.36, -0.07, -0.13, -0.15, -0.16, 
-0.16, -0.21, -0.22, -0.24, -0.24, -0.25, -0.3, -0.3, -0.18, 
-0.19, -0.24, -0.29, -0.3, -0.34, -0.36, -0.41, -0.46, -0.63, 
-0.16, -0.18, -0.21, -0.22, -0.27, -0.29, -0.31, -0.31, -0.35, 
-0.39, -0.42, -0.15, -0.15, -0.2, -0.21, -0.22, -0.27, -0.29, 
-0.29, -0.31, -0.36), impeff = structure(c(1L, 1L, 1L, 1L, 1L, 
1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 
1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 
1L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 
2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 
2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 
2L), .Label = c("Importance", "Effectiveness"), class = "factor"), 
    score = c(0.87, 0.79, 0.78, 0.82, 0.81, 0.81, 0.92, 0.92, 
    0.78, 0.81, 0.86, 0.91, 0.79, 0.79, 0.87, 0.93, 0.9, 0.9, 
    0.82, 0.95, 0.91, 0.95, 0.77, 0.79, 0.82, 0.8, 0.83, 0.9, 
    0.91, 0.94, 0.89, 0.94, 0.91, 0.82, 0.74, 0.78, 0.81, 0.83, 
    0.85, 0.82, 0.81, 0.8, 0.83, 0.8, 0.66, 0.63, 0.66, 0.65, 
    0.6, 0.7, 0.68, 0.54, 0.56, 0.56, 0.61, 0.61, 0.6, 0.63, 
    0.64, 0.6, 0.56, 0.46, 0.54, 0.45, 0.32, 0.61, 0.61, 0.61, 
    0.58, 0.56, 0.61, 0.6, 0.63, 0.54, 0.55, 0.49, 0.67, 0.59, 
    0.58, 0.6, 0.61, 0.58, 0.53, 0.52, 0.49, 0.47)), row.names = c(NA, 
-86L), .Names = c("dept", "label", "Gap", "impeff", "score"), class = "data.frame")

代码:

ggplot(data = srvc_data, aes(x = label, y = score)) + 
  geom_bar( aes(fill = impeff),stat = "identity", position = "dodge",width = 1) +
  facet_grid(~dept, switch = "x", scales = "free", space = "free") +

  #coord_flip()+

绘图(没有翻转)如下所示,我需要它是水平的,最左边是小平面类别。 coord_flip() 是如何工作的?为什么它不也 flip/move 刻面条带?请忽略塞满的格式!

**更新 所以感谢@neilfws,我通过切换数据的顺序修复了情节。

ggplot(data = srvc_data, aes(x = label, y = score)) + 
  geom_bar( aes(fill = impeff),stat = "identity", position = "dodge",width = 1) +
  facet_grid(dept~., switch = "y", scales = "free_y", space = "free") +
  coord_flip()

现在我有了方向正确的图,但是每个方面都未使用的所有标签都有很多未使用的 space。在 facet_grid 调用中,设置 scales = "free" 不起作用,drop = T 也不起作用。有任何想法吗?下图供参考。

如果coord_flip,还需要反转分面关系(~),将其放在侧面,switch,将其放在y轴上。这会让你接近你想要的吗?

ggplot(srvc_data, aes(label, score)) + 
  geom_bar( aes(fill = impeff), stat = "identity", position = "dodge", width = 1) +
  facet_grid(dept ~ ., switch = "y", scales = "free", space = "free") + coord_flip()