R for map (4下):rworldmap

阿道克 2013-01-25 23:59:31

峰峦清逸
2015-04-26 13:57:26 峰峦清逸

为什么运行到这一步就出错
raw<-table[4]
前面r for map(3下)里面也有类似的
raw<-table[[6]]也是出错,提示 Error in table[[6]] : subscript out of bounds

月半
2016-02-26 10:02:44 月半

改成raw<-table[[4]]就可以了

r for map(3下)里面也有类似的
raw<-table[[6]]也是出错,是因为“[”都是英文的[,不是中文【

yyouf
2016-09-10 22:54:41 yyouf

为什么这一步会报错呢?
> data<-raw[3:226,c(1,2)]
Error in raw[3:226, c(1, 2)] : incorrect number of dimensions