I made a ggplot
graphic which had 5 facets using facet_wrap
.
The sixth is blank, I want to add a table.
ggplot(data = ccdataff, aes(x = 处理, y = mean, color=处理)) +theme_bw()+
geom_bar(stat = "identity", position = "dodge",fill="white")+facet_wrap(~植物)