R语言使用cowplot包的plot_grid函数将两个ggplot2可视化结果并排组合起来并添加图像标签A、B、设置组合图像使用共享的图例、设置组合图像使用共享的标题(combine two plots with shared title using cowplot)
目录
#ggplot2可视化基本散点图(scatter plot)
#ggplot2可视化基本密度图(density plot)
#使用cowplot包的plot_grid函数将两个ggplot2可视化结果并排组合起来并添加图像标签A、B(Combine Two ggplot2 plots with cowplot)