摘要: 1. 在shell执行R文件 chmod 0755 file.R Rscript file.R 2. 载入数据 data(dune) 3. attach() 将data.frame添加到R的搜索路径中,所以可以省略数据框名 summary(mtcars)plot(mtcars$mpg)可以改写为at 阅读全文
posted @ 2017-03-29 16:21 陆离可 阅读(124) 评论(0) 推荐(0)