美文网首页
R-studio常用命令

R-studio常用命令

作者: 又是一只小菜鸟 | 来源:发表于2018-11-26 10:35 被阅读12次

# Display the current working directory

getwd();

# If necessary, change the path below to the directory where the data files are stored.

# "." means current directory. On Windows use a forward slash / instead of the usual \.

workingDir = ".";

setwd(workingDir);

# Load the  package

library( );

相关文章

  • R-studio常用命令

    # Display the current working directory getwd(); # If nec...

  • 装R包(package)error:(as ‘lib’ is u

    情况: R-studio无法安装devtools给出的error为installation of package ...

  • 配制在线版r-studio

    相信大家都用过本地版的 Rstudio,也时常被电脑卡死所困扰,也有用自己笔记本处理单细胞数据内存不够的 erro...

  • R-studio后台运行任务

    R-studio的1.1.463 是支持32位Windows系统的最后一个版本,在升级到1.2版本之后,除了只能在...

  • 其他

    Git常用命令mac常用命令Linux 常用命令汇总Linux 常用命令0Linux 常用命令1--ls命令

  • Docker

    目录 常用命令 常用命令

  • RNA-seq数据分析二:DESeq2 筛选差异基因

    首先DESeq2在R-studio上的安装非常让人自闭,具体可参考徐洲更老师的R语言安装介绍https://www...

  • DESeq2安装避坑

    DESeq2在R-studio上的安装非常让人自闭,具体可参考徐洲更老师的R语言安装介绍https://www.b...

  • Linux CentOS基础知识和常用命令

    常用命令1 常用命令2 常用命令3 常用命令4 Linux 目录配置 1、根目录(/)根目录(/)所在分区应该越小...

  • 第1章 R和R-studi0使用

    R使用打开R图标进入R-GUI中。R.JPG2.在R-studio中使用选中需要执行的代码,点击run即可执行代码...

网友评论

      本文标题:R-studio常用命令

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