Re: [R] Error message for .csv file

2013-02-07 Thread vkent
Hi Torrey Yes - it turned out that it wasn't a problem with the .csv file it was a problem with SPACECAP. I was trying to use too small a pixel size for the home range centres. The smallest pixel size that SPACECAP can handle is 0.25 sq km. Hope this helps Vivien On 07/02/2013 05:14, twrodger

Re: [R] Error message for .csv file

2011-09-12 Thread vkent
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(

[R] Error message for .csv file

2011-09-12 Thread vkent
I would be grateful if anyone could tell me what the error message: Error in NN[i, 1:length(od)] <- od : subscript out of bounds means for a large .csv file containing gps coordinates. I am using package SPACECAP and have successfully run it with other .csv files but now keep getting this error