随笔分类 -  R

每日一R--读写文件
摘要:r 读写文本 https://www.cnblogs.com/holbrook/archive/2013/05/16/3081331.html read.table write.table 补充快速读写大文件 data.table fread fwrite 阅读全文

posted @ 2017-11-19 19:28 chenwt 阅读(251) 评论(0) 推荐(0)

每日一R--命令行参数
摘要:R本身自带的getopt有点儿麻烦,不好用 下面介绍一个需要安装的命令行参数包 GetoptLong library(GetoptLong) cutoff = 0.05GetoptLong( "number=i", "Number of items, integer, mandatory optio 阅读全文

posted @ 2017-11-14 15:36 chenwt 阅读(478) 评论(0) 推荐(0)

每日一R--geom_bar
只有注册用户登录后才能阅读该文。

posted @ 2017-11-08 20:41 chenwt 阅读(2) 评论(0) 推荐(0)

每日一R--R包结构
摘要:R软件安装成功后,自带一些R默认包,分别是: 阅读全文

posted @ 2017-11-08 15:38 chenwt 阅读(313) 评论(0) 推荐(0)