xiaohai2008的个人博客分享 http://blog.sciencenet.cn/u/xiaohai2008

博文

按标题搜索
R中的清屏及清除变量的命令
2012-3-29 10:27
清屏命令为:Ctrl + l 清除单个变量使用 rm(object) 函数 清除内存中所有的变量 rm(list = ls())
个人分类: R|56041 次阅读|没有评论
R获得及修改工作路径
2012-3-27 11:29
getwd(): returns an absolute filepath representing the current working directory of the R process; setwd(dir): is used to set the working directory to dir .
个人分类: R|5104 次阅读|没有评论

本页有 1 篇博文因作者的隐私设置或未通过审核而隐藏

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-5-7 15:33

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部