What output are you expecting? Is a graph? If it is, look for Rplots.pdf in your data directory. Noli
On 1/6/10, Uwe Ligges <[email protected]> wrote: > > > On 06.01.2010 02:56, Noli Sicad wrote: >> If you are using windows, In windows console. >> >> Rgui.exe filename.R<-------------The command does not work at all. >> >> You have open Rgui.exe first, retrieve filename.R then run the script. > > > I fear this does not answer the question. > > >> Noli >> >> On 1/5/10, vtvdung<[email protected]> wrote: >>> >>> Hi everyone, >>> I execute a script with >>> source(filename) >>> The script has effect but i don't see the output on console screen.Why? > > You have not printed the ouput. Either do that explicitly or via the > argument print.eval=TRUE in source() which should have been revealed by > reading ?source. > > Best wishes, > Uwe Ligges > > >>> I'm a newbie. Thanks :handshake: >> >> ______________________________________________ >> [email protected] 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. > ______________________________________________ [email protected] 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.

