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.
基本上我有一些我正在处理的图表,它们是按组划分的(有四个)。X 轴是样本,但您可以看到我的组仍然显示来自其他组的空白样本。有没有办法改变这个?我在下面发布了我的代码。任何帮助,将不胜感激!谢谢!
p = plot_bar(phyloseq_merged, "Samples", fill = "Class", facet_grid =~Location) p
添加facet_grid(~Example, scales="free")并删除了空列
facet_grid(~Example, scales="free")