search for: latitid

Displaying 1 result from an estimated 1 matches for "latitid".

Did you mean: latitud
2012 May 22
1
confused with indexing
...ped],DataList[[i]]$Lat[-indexSkipped],meanVector) # What I am doing here is that I am processing files. Every files has a measurement table and Longtitude and Latitude fields. If one file is marked as invalid I keep a number of of the skipped index so to remove the element of the Longtitude and Latitide vectors. 1) That works correct, I was just wondering if it would be possible to remove some how the given if statement and initialize the indexSkipped in such a way so the DataList[[i]]$Lon[-indexSkipped],DataList[[i]]$Lat[-indexSkipped] do nothing, aka remove no element, in case the indexSkipp...