[R] Error message for .csv file

vkent vivien.kent at gmail.com
Mon Sep 12 19:11:05 CEST 2011


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.



More information about the R-help mailing list