Re: [R] Package diveMove readTDR problem

2011-04-06 Thread Ben Bolker
mwege zoology.up.ac.za> writes: > I am trying to read my TDR data into R using the readTDR function for the > diveMove package. > > > seal <- readTDR("file location and name here", dateCol=1, depthCol=3, > > speed=FALSE, subsamp=1, concurrentCols=4:5) > > But I keep getting the following error:

[R] Package diveMove readTDR problem

2011-04-05 Thread mwege
Hi, I am trying to read my TDR data into R using the readTDR function for the diveMove package. > seal <- readTDR("file location and name here", dateCol=1, depthCol=3, > speed=FALSE, subsamp=1, concurrentCols=4:5) But I keep getting the following error: > Error: all(!is.na(time)) is not TRUE Al