I am using the package SPACECAP which provides an interface for R. I used this interface to import the csv file into R as well as the other two csv files that are required.
This is the output I get when querying the error message Error in NN[i, 1:length(od)] <- od : subscript out of bounds > str(NN) Error in str(NN) : object 'NN' not found > dim(NN) Error: object 'NN' not found > length(od) Error: object 'od' not found > i Error: object 'i' not found > I hope this helps -- View this message in context: http://r.789695.n4.nabble.com/Error-message-for-csv-file-tp3807651p3808052.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.