摘要: 阅读全文
posted @ 2010-09-20 14:55 xngeer 阅读(190) 评论(0) 推荐(0)
摘要: 先把工作目录改为文件所在目录> d=read.csv("singers.csv")> attributes(d)$names[1] "Soprano" "Alto" "Tenor" "Bass" $class[1] "data.frame"$row.names[1] 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 ... 阅读全文
posted @ 2010-09-20 09:29 xngeer 阅读(567) 评论(2) 推荐(0)