摘要: > x<-1:3 > typeof(x) [1] "integer" > y<-c(1,3,4) > typeof(y) [1] "double" > x==y [1] TRUE FALSE FALSE > all(x==y) [1] FALSE > x<-1:3 > typeof(x) [1] " 阅读全文
posted @ 2015-07-01 20:42 智能先行者 阅读(477) 评论(0) 推荐(0) 编辑
摘要: grep(pattern, x, ignore.case = FALSE, perl = FALSE, value = FALSE, fixed = FALSE, useBytes = FALSE, invert = FALSE) grepl(pattern, x, ignore.case = FA 阅读全文
posted @ 2015-07-01 20:41 智能先行者 阅读(6745) 评论(0) 推荐(0) 编辑