设置工作环境并加载R包 #设置工作环境rm(list=ls())setwd("D:/桌面/条形图+黑白色填充+条纹+显著性") #加载包library(ggplot2) # Create Elegant Data Visualisations Using the Grammar of Graphicslibrary(reshape2) # Flexibly Reshape Data: A Reboot of the Reshape Packagelibrary(ggpubr) # 'ggplot2'...