
R语言编程
想努力的人
世界很好
展开
-
R语言:mode和class的区别
关于R中的mode()和class()的区别 ###############################################总结:mode:表示对象在内存中的存储类型基本数据类型'atomic' mode:numeric(Integer/double), complex, character和logical递归的对象(recursive转载 2016-09-10 10:52:21 · 14290 阅读 · 4 评论 -
向量的基础运算
001R语言笔记-向量操作 (2014-01-20 12:00:06)转载▼标签: r语言 分类: R语言基础1. 向量构成的基本元素为:数值(numeric)、字符(character)、逻辑值(logical)、复数型(complex) 2. 向量不需要定义类型,可直接赋值:a[1] 1 2 3 4 5 -3 -4b[1] "one" "two" "three"转载 2016-09-11 16:46:45 · 630 阅读 · 0 评论 -
R语言绘图渐进
转载自:http://blog.sina.com.cn/s/blog_5de124240101q5vw.html转载 2016-09-20 14:20:47 · 649 阅读 · 0 评论