search for: r_folder

Displaying 2 results from an estimated 2 matches for "r_folder".

Did you mean: a_folder
2009 Jul 02
2
Computer Modern
...ylab="jumped over the lazy brown dog", xlim=c(0,1), ylim=c(0,1), col="black", type="l" , lwd=2 ) ) setwd("C:\\R_folder\\CMtests") postscript("cm_test.eps", width = 4.0, height = 3.0, horizontal = FALSE, onefile = FALSE, paper = "special", family = "ComputerModern", encoding = "TeXtext.enc") print(testPlot) dev.off() This produce...
2009 Jun 22
2
problem with checking wether file is present or not
Hi all, I have a problem with checking File is present in the directory or not like I have a sequence of files in one folder I have to take each file in order and have to caliculate on those files data but in order some files are missing for that I have to check and load those files for that I am using condition like if(file.exists(findings)==TRUE){} its giving results for files which are