Re: [R] error, R commends cannot show the expected output

2012-11-29 Thread David Winsemius
-- David > > No graph pops up. > > Any help will be appreciated. > >> Date: Wed, 28 Nov 2012 12:35:39 +0900 >> From: kri...@ymail.com >> To: dtustud...@hotmail.com >> CC: r-help@r-project.org >> Subject: Re: [R] error, R commends cannot show the exp

Re: [R] error, R commends cannot show the expected output

2012-11-29 Thread PIKAL Petr
not see what you do. Regards Petr > > Thanks > > > CC: r-help@r-project.org > > From: michael.weyla...@gmail.com > > Subject: Re: [R] error, R commends cannot show the expected output > > Date: Wed, 28 Nov 2012 08:09:38 + > > To:

Re: [R] error, R commends cannot show the expected output

2012-11-29 Thread John Kane
commends cannot show the expected output > > > Hi, > > The problem comes up again. > > This time, sink() does not work. > > Any help will be appreciated. > > Thanks > >> CC: r-help@r-project.org >> From: michael.weyla...@gmail.com >> Subje

Re: [R] error, R commends cannot show the expected output

2012-11-28 Thread Jeff Newmiller
cars <- c(1, 3, 6, 4, 9) >> plot(cars) > >No graph pops up. > >Any help will be appreciated. > >> Date: Wed, 28 Nov 2012 12:35:39 +0900 >> From: kri...@ymail.com >> To: dtustud...@hotmail.com >> CC: r-help@r-project.org >> Subject: Re: [R] error

Re: [R] error, R commends cannot show the expected output

2012-11-28 Thread Jack Bryan
I run > cars <- c(1, 3, 6, 4, 9) > plot(cars) No graph pops up. Any help will be appreciated. > Date: Wed, 28 Nov 2012 12:35:39 +0900 > From: kri...@ymail.com > To: dtustud...@hotmail.com > CC: r-help@r-project.org > Subject: Re: [R] error, R commends cannot

Re: [R] error, R commends cannot show the expected output

2012-11-28 Thread Jack Bryan
Hi, The problem comes up again. This time, sink() does not work. Any help will be appreciated. Thanks > CC: r-help@r-project.org > From: michael.weyla...@gmail.com > Subject: Re: [R] error, R commends cannot show the expected output > Date: Wed, 28 Nov 2012 08:09:38 + &

Re: [R] error, R commends cannot show the expected output

2012-11-28 Thread Michael Weylandt
REPL, returns you to the command line, but could conceivably do something else in differing circumstances. MW > >> Date: Wed, 28 Nov 2012 12:35:39 +0900 >> From: kri...@ymail.com >> To: dtustud...@hotmail.com >> CC: r-help@r-project.org >> Subject: Re:

Re: [R] error, R commends cannot show the expected output

2012-11-27 Thread Pascal Oettli
Hello, And what do you get? Regards, Pascal Le 28/11/2012 12:25, Jack Bryan a écrit : Hi, I am working on R 2.15.2 on Win. 7. I am trying to run some simple commends. class(SWX.RET) # SWX.RET is a data file that has been loaded. But, I cannot see the expected output. I have deselecte

Re: [R] error, R commends cannot show the expected output

2012-11-27 Thread Jack Bryan
Thanks ! I solved it. I run sink() to get the output on command line. > Date: Wed, 28 Nov 2012 12:35:39 +0900 > From: kri...@ymail.com > To: dtustud...@hotmail.com > CC: r-help@r-project.org > Subject: Re: [R] error, R commends cannot show the expected output > > Hello,

Re: [R] error, R commends cannot show the expected output

2012-11-27 Thread David Winsemius
On Nov 27, 2012, at 8:25 PM, Jack Bryan wrote: Hi, I am working on R 2.15.2 on Win. 7. I am trying to run some simple commends. class(SWX.RET) # SWX.RET is a data file that has been loaded. How was it loaded? But, I cannot see the expected output. What output do you see? What is

[R] error, R commends cannot show the expected output

2012-11-27 Thread Jack Bryan
Hi, I am working on R 2.15.2 on Win. 7. I am trying to run some simple commends. >class(SWX.RET) # SWX.RET is a data file that has been loaded. But, I cannot see the expected output. I have deselected "buffered output". Still it does not work. Any help will be appreciated. Thanks