摘要: # 清除所有变量 rm(list = ls()) # 加载必要的包 library(ggplot2) library(ggpubr) library(dplyr) library(multcompView) # 设置工作目录 setwd("C:\\Users\\Administrator\\Desk 阅读全文
posted @ 2024-03-08 09:19 王哲MGG_AI 阅读(27) 评论(0) 推荐(0) 编辑
摘要: # 清空当前环境中的所有对象 rm (list = ls ()) setwd("C:\\Users\\Administrator\\Desktop\\新建文件夹\\Stacked bar chart") #设置工作目录 library(ggplot2) # 用于绘图 library(ggalluvi 阅读全文
posted @ 2024-03-08 09:11 王哲MGG_AI 阅读(89) 评论(0) 推荐(0) 编辑