2008/8/20 Wesley Roberts <[EMAIL PROTECTED]>:
> Dear R users,

> pdf(file="as.character(paste(f.mat[a])).pdf")

Whoa! Why the quotes? And why the as.character? Just paste:

 pdf(file=paste(f.mat[a],".pdf",sep=""))

 should do it. It looks like you were trying to create a file called
"as.character(...etc".

Barry

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to