Hi, I write several xyplot graphics on a source file. When I try to use source("graphics.R") the source don't work, but if I use source("graphics.R",echo=T) it work. Generally some commands work without echo=T, but xyplot dont work. Why it dont work without echo=T? It is possible to write a source that dont need echo=T on source command? Thanks Ronaldo -- Aluno de Inform??tica n??o cola, faz transfer??ncia de dados. --> Prof. Ronaldo Reis J?nior| .''`. UNIMONTES/Depto. Biologia Geral/Lab. Ecologia Evolutiva | : :' : Campus Universit?rio Prof. Darcy Ribeiro, Vila Mauric?ia | `. `'` CP: 126, CEP: 39401-089, Montes Claros - MG - Brasil | `- Fone: (38) 3229-8190 | ronaldo.reis em unimontes.br | chrysopa em gmail.com | ICQ#: 5692561 | LinuxUser#: 205366
Read FAQ 7.22 http://cran.r-project.org/doc/FAQ/R-FAQ.html#Why-do-lattice_002ftrellis-graphics-not-work_003f --sundar Ronaldo Reis Junior said the following on 4/24/2007 6:38 AM:> Hi, > > I write several xyplot graphics on a source file. When I try to use > source("graphics.R") the source don't work, but if I use > source("graphics.R",echo=T) it work. Generally some commands work without > echo=T, but xyplot dont work. Why it dont work without echo=T? It is possible > to write a source that dont need echo=T on source command? > > Thanks > Ronaldo
Ronaldo Reis Junior <chrysopa <at> gmail.com> writes:> I write several xyplot graphics on a source file. When I try to use > source("graphics.R") the source don't work, but if I use > source("graphics.R",echo=T) it work. Generally some commands work without > echo=T, but xyplot dont work. Why it dont work without echo=T? It is possible > to write a source that dont need echo=T on source command? >Most likely another variant of <http://post.gmane.org/post.php?group=gmane.comp.lang.r.general&followup=83924> See: Why do lattice/trellis graphics not work? Dieter Menne