search for: filelistold

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

Did you mean: filelistcd
2003 Jul 25
0
Sweave and Printing Lattice Figures From Loop
...uot;A",2) for(i in 1:1){ for(j in 1:2){ figureList[z] <- paste("Fig",i,".",j,sep="") z <- z + 1}} rm(z) # get a list of the files that exist # before creating postscripts of figures # Note: delete files from previous runs... fileListOld <- list.files(getwd()) # wd needs to be where files are saved! # number of known figures NumberFigures <- 2 for( i in 1:NumberFigures) { # file=paste("myfile8", i, ".ps", sep="") # Note the use of onefile=FALSE--- this allows multiple pages eval( parse...