On Feb 13, 2012, at 4:51 AM, Soheila Khodakarim wrote:
Dear All
I want to chose just spacial columns in R. (read table)
data1<- read.table("/home/Documents/data.txt",header=F,sep = "\t",
as.is =F)
data.2<-data1[sub.data[,1],]
What is "sub.data"? are you migrating to R from a language wher
GHard to tell given the file is not available nor do we see the first
lines of it.
Uwe Ligges
On 13.02.2012 10:51, Soheila Khodakarim wrote:
Dear All
I want to chose just spacial columns in R. (read table)
data1<- read.table("/home/Documents/data.txt",header=F,sep = "\t", as.is =F)
data.2<-d
Dear All
I want to chose just spacial columns in R. (read table)
data1<- read.table("/home/Documents/data.txt",header=F,sep = "\t", as.is =F)
data.2<-data1[sub.data[,1],]
The dimension of data.2 is correct but my data are transformed NA
head(data.2)
V1 V2 V3 V4 V5 V6 V7 V8 V9 V10 V11 V12
3 matches
Mail list logo