Displaying 1 result from an estimated 1 matches for "numslid".
Did you mean:
numslide
2006 Jun 01
1
Help with evaluation of expressions
...37909
language R
version.string Version 2.3.0 (2006-04-24)
I would like the function to handle trellis plots as well as regular
plots.
Here is the function.
plotSlide<-function(pltexpr){
expr<-as.expression(pltexpr)
numslide<-length(dir(pattern="wmf"))+1
fname<-paste("SG",numslide,".wmf",sep="")
dirlist<-dir(pattern="SlideList.txt")
if (length(dirlist)==1){
fs<-file("SlideList.txt",open="at")
write(paste(fname,"Gr...