- 4
- 0
- 约1.67万字
- 约 61页
- 2018-02-19 发布于重庆
- 举报
R – a brief introduction Szymon Stoma
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Lists (3/4) The names of components may be abbreviated down to the minimum number of letters needed to identify them uniquely. Syntactic quicksand: aa[[1]] is the first component of aa aa[1] is the sublist consisting of the first component of aa only. There are functions whose return value is a list(and not a vector / matrix / array) Lists are very flexible my.list - list(c(5,4,-1),c(X1,X2,X3)) my.list [[1]]: [1] 5 4 -1 [[2]]: [1] X1 X2 X3 my.list[[1]] [1] 5 4 -1 my.list - list(comp
您可能关注的文档
- International Environmental Law TERI University国际环境法 TERI大学.ppt
- ICU常用抢救药物使用及注意事项图文.ppt
- International Environmental Law University of San Diego国际环境法圣地亚哥大学.ppt
- Implementing Best Practices for Blood Management ….ppt
- Household Structure, Dynamics, and Economics in a 家庭结构,动力学,和经济学中的一个.ppt
- IPCL内镜下分类.doc
- ir毕业论文pj.doc
- Introduction to Radial Basis Function Networks径向基函数神经网络导论.ppt
- IT行业 项目部与技术服务部流程管理说明.ppt
- Introduction to Economic Reasoning North Seattle ….ppt
- 《GB/T 3810.15-2026陶瓷砖试验方法 第15部分:陶瓷砖铅和镉溶出量的测定》.pdf
- 中国国家标准 GB/T 3810.15-2026陶瓷砖试验方法 第15部分:陶瓷砖铅和镉溶出量的测定.pdf
- GB/T 24002.2-2026环境管理体系 针对环境主题领域应用GB/T 24001管理环境因素和应对环境状况的指南 第2部分:水.pdf
- 中国国家标准 GB/T 24002.2-2026环境管理体系 针对环境主题领域应用GB/T 24001管理环境因素和应对环境状况的指南 第2部分:水.pdf
- 《GB/T 24002.2-2026环境管理体系 针对环境主题领域应用GB/T 24001管理环境因素和应对环境状况的指南 第2部分:水》.pdf
- 译林七上重点词汇短语句型背诵默写.pdf
- 2027届高考英语-读后续写77篇.docx
- 2027届高考英语-读后续写77篇.pdf
- 2027届高考英语-完形填空77套答案及解析.docx
- 2027届高考英语-语法填空77套.docx
原创力文档

文档评论(0)