search for: filelistnew

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

Did you mean: filelister
2003 Jul 25
0
Sweave and Printing Lattice Figures From Loop
...ontal=T)", sep="" ) ) ) lset(col.whitebg()) eval(parse(file="",text=paste("print(",figureList[i],")"))) # force print due to lattice dev.off() } # Now I need to get unknown page counts and file # names to output the LaTeX stuff.... fileListNew <- list.files(getwd()) created <- fileListNew[!fileListNew%in%fileListOld] # use of matching to get list of files not in # orginal list # Note (A):: # the usage 10 - i gives files with shorter and shorter # file names as you print figures. Thus the # list called 'created'...