Displaying 1 result from an estimated 1 matches for "tmp1_290e0n2006".
2009 Apr 14
0
Help with nested loops
...178.1722 -32.54057
17 STM05_2 2005-03-05 00:00:00 178.1465 -32.25634
18 STM05_2 2005-03-05 12:00:00 178.1150 -31.99568
19 STM05_2 2005-03-06 00:00:00 178.0777 -31.75682
# some of the data files in directory which I need to extract data from
> asc.dir
[1] "tmp1_290E0N2005-03-02" "tmp1_290E0N2006-01-05"
"tmp1_290E0N2006-07-08" "tmp1_290E0N2007-02-22" "tmp10_290E0N2005-05-13"
"tmp10_290E0N2006-03-18"
#### Arguements to run the function
extract.asc.data.for.tracks(id=stm.data$id, d.frame.date=stm.data$date,
centroid.x=stm.data$x, centroid.y=stm...