[R] bwplot in loop doesn't produce any output

2006-08-16 Thread Nick Desilsky
Hi, running the following code by itself runs as expected. k - 1 i - 2 j - 3 NumName - varnames[num.cols[k]] FacNames - varnames[fac.cols[c(i,j)]] tmp - paste(FacNames[1],NumName,sep=~) fml -

Re: [R] bwplot in loop doesn't produce any output

2006-08-16 Thread Gabor Grothendieck
Its a FAQ http://cran.r-project.org/doc/FAQ/R-FAQ.html#Why-do-lattice_002ftrellis-graphics-not-work_003f On 8/16/06, Nick Desilsky [EMAIL PROTECTED] wrote: Hi, running the following code by itself runs as expected.