美文网首页
ggpubr包学习(一)

ggpubr包学习(一)

作者: Zee_李海海 | 来源:发表于2021-02-25 09:32 被阅读0次

安装ggpubr包:

#Install from [CRAN](https://links.jianshu.com/go?to=https%3A%2F%2Fcran.r-project.org%2Fpackage%3Dggpubr) as follow

install.packages("ggpubr") 

# Or, install the latest version from [GitHub](https://links.jianshu.com/go?to=https%3A%2F%2Fgithub.com%2Fkassambara%2Fggpubr) as follow:

if(!require(devtools)) install.packages("devtools")

devtools::install_github("kassambara/ggpubr")

Download from CRAN at https://cloud.r-project.org/package=ggpubr

Browse source code at https://github.com/kassambara/ggpubr/

Report a bug at https://github.com/kassambara/ggpubr/issues

相关文章

网友评论

      本文标题:ggpubr包学习(一)

      本文链接:https://www.haomeiwen.com/subject/jpdufltx.html