R语言箱线图报错显示逗号有问题,但是检查过是英文逗号,不知道问题究竟出在哪。请大家帮帮忙,非常感谢!
ggplot(df, aes(x = landuse, y = CPMI)) + geom_boxplot() + facet_wrap(~soilhorizon)