Displaying 1 result from an estimated 1 matches for "stm05_2".
Did you mean:
stm05
2009 Apr 14
0
Help with nested loops
...# give names to columns in new data frame
names(out.df)<-c('id', 'date', 'x', 'y', paste(env.variable, 'w.mean',
sep="_"))
return(out.df)
}}}
# subset of my data frame
> stm.data
id date x y
10 STM05_2 2005-03-01 12:00:00 178.2606 -34.82035
11 STM05_2 2005-03-02 00:00:00 178.2281 -34.38141
12 STM05_2 2005-03-02 12:00:00 178.2145 -33.95625
13 STM05_2 2005-03-03 00:00:00 178.2123 -33.55642
14 STM05_2 2005-03-03 12:00:00 178.2056 -33.18816
15 STM05_2 2005-03-04 00:00:00 178.1920 -32.85041
16 STM05_2...