search for: dc_dt_zi

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

2007 Jul 18
1
nested for loop
...consecutive data point segments and then write each segment into a separate data file. This is one version of code that I've tried. mons = c(1:12) data = scan(paste("C:/R/NWR.txt")) for (mon in mons) { for (i in c(1:30)) { for (j in data) { write((data),paste(mon,'NWR dc_dt_zi ppm meters per sec.txt',sep=''),ncol=1) } } } I think I'm really close, but no cigar. Thanks in advance for any help- S.Heck Graduate Research Assistant University of Colorado, Boulder