Re: [R] how to make R plot under Linux

2014-05-15 Thread Rolf Turner
On 15/05/14 17:18, Jeff Newmiller wrote: This is not an Ubuntu tech support list. It is possible to install the X11 client support even on headless servers, which is one of the things R on the server needs to send graphics commands to your computer. However, if your sysadmin won't do it then it

Re: [R] how to make R plot under Linux

2014-05-15 Thread Patrick Connolly
; | | Subject: Re: [R] how to make R plot under Linux | | | | Yes, install R so that X11 is enabled, then do | | x11() | hist( c(1:10) ) | | and you should see your histogram. | | -- | Don MacQueen | | Lawrence Livermore National Laboratory | 7000 East Ave., L-627 | Livermore, CA 94550

Re: [R] how to make R plot under Linux

2014-05-14 Thread Owen
Vojtěch Zeisek Vojtech.Zeisek at opensuse.org writes: On Linux You can use Rkward http://rkward.sourceforge.net/ - very nice and good graphical user interface for R. Dne Pá 19. února 2010 19:39:53 xinwei at stat.psu.edu napsal(a): Hi, I am using R in Linux environment. How can i make

Re: [R] how to make R plot under Linux

2014-05-14 Thread MacQueen, Don
Yes, install R so that X11 is enabled, then do x11() hist( c(1:10) ) and you should see your histogram. -- Don MacQueen Lawrence Livermore National Laboratory 7000 East Ave., L-627 Livermore, CA 94550 925-423-1062 On 5/14/14 1:26 AM, Owen 815551...@qq.com wrote: Vojtěch Zeisek

Re: [R] how to make R plot under Linux

2014-05-14 Thread ????
...@stat.math.ethz.ch; Subject: Re: [R] how to make R plot under Linux Yes, install R so that X11 is enabled, then do x11() hist( c(1:10) ) and you should see your histogram. -- Don MacQueen Lawrence Livermore National Laboratory 7000 East Ave., L-627 Livermore, CA 94550 925-423-1062 On 5/14

Re: [R] how to make R plot under Linux

2014-05-14 Thread Jeff Newmiller
: MacQueen, Don;macque...@llnl.gov; Date: May 15, 2014 To: 815551...@qq.com; r-h...@stat.math.ethz.chr-h...@stat.math.ethz.ch; Subject: Re: [R] how to make R plot under Linux Yes, install R so that X11 is enabled, then do x11() hist( c(1:10) ) and you should see your histogram

Re: [R] how to make R plot under Linux

2010-02-23 Thread Patrick Connolly
On Mon, 22-Feb-2010 at 02:45PM -0500, Cedrick W. Johnson wrote: | | I've managed to successfully use R (based on a remote Linux server) and have th | e graphics piped back to me via SSH on a windows machine.. | | Take a look at XMing on the windows side, along with PuTTY. Ask your IT guys

Re: [R] how to make R plot under Linux

2010-02-22 Thread xin wei
: Warning message: In function (display = , width, height, pointsize, gamma, bg, : unable to open connection to X11 display '' Would you give some clues what is going on? thanks -- View this message in context: http://n4.nabble.com/how-to-make-R-plot-under-Linux-tp1562060p1564632.html Sent

Re: [R] how to make R plot under Linux

2010-02-22 Thread K. Elo
Hi! 22.02.2010 17:45, xin wei wrote: thank you for reply. I just type: hist(x) from SSH terminal, expecting a histogram to pop up like what i got under windows.instead I got the following error msg: Error in X11(d$display, d$width, d$height, d$pointsize, d$gamma, d$colortype, :

Re: [R] how to make R plot under Linux

2010-02-22 Thread Kevin E. Thorpe
xin wei wrote: thank you for reply. I just type: hist(x) from SSH terminal, expecting a histogram to pop up like what i got under windows.instead I got the following error msg: Error in X11(d$display, d$width, d$height, d$pointsize, d$gamma, d$colortype, : unable to start device

Re: [R] how to make R plot under Linux

2010-02-22 Thread xin wei
: http://n4.nabble.com/how-to-make-R-plot-under-Linux-tp1562060p1564850.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http

Re: [R] how to make R plot under Linux

2010-02-22 Thread Vojtěch Zeisek
Dne Po 22. února 2010 18:53:55 xin wei napsal(a): hi, Kevin and K.Elo: thank you for the suggestion. Can you be more specific on these? (like how exactly get into x-switch or man ssh). I am totally ignorant about linux Hello, in Linux You can plot as in Windows, for example using hist(x). But

Re: [R] how to make R plot under Linux

2010-02-22 Thread K. Elo
Hi! 22.02.2010 19:53, xin wei wrote: hi, Kevin and K.Elo: thank you for the suggestion. Can you be more specific on these? (like how exactly get into x-switch or man ssh). I am totally ignorant about linux and SSH:( Memory limitation forces me to switch from windows to Linux

Re: [R] how to make R plot under Linux

2010-02-22 Thread Kevin E. Thorpe
K. Elo wrote: Hi! 22.02.2010 19:53, xin wei wrote: hi, Kevin and K.Elo: thank you for the suggestion. Can you be more specific on these? (like how exactly get into x-switch or man ssh). I am totally ignorant about linux and SSH:( Memory limitation forces me to switch from windows to

Re: [R] how to make R plot under Linux

2010-02-22 Thread Zhuanshi He
to open connection to X11 display '' Would you give some clues what is going on? thanks -- View this message in context: http://n4.nabble.com/how-to-make-R-plot-under-Linux-tp1562060p1564632.html Sent from the R help mailing list archive at Nabble.com

Re: [R] how to make R plot under Linux

2010-02-22 Thread Vojtěch Zeisek
Dne Po 22. února 2010 19:33:45 Kevin E. Thorpe napsal(a): K. Elo wrote: Hi! 22.02.2010 19:53, xin wei wrote: hi, Kevin and K.Elo: thank you for the suggestion. Can you be more specific on these? (like how exactly get into x-switch or man ssh). I am totally ignorant about linux and

Re: [R] how to make R plot under Linux

2010-02-22 Thread Cedrick W. Johnson
I've managed to successfully use R (based on a remote Linux server) and have th e graphics piped back to me via SSH on a windows machine.. Take a look at XMing on the windows side, along with PuTTY. On 2/22/2010 2:41 PM, Vojtěch Zeisek wrote: Dne Po 22. února 2010 19:33:45 Kevin E. Thorpe

Re: [R] how to make R plot under Linux

2010-02-22 Thread xin wei
to 'localhost:20.0' Is this error msg indication of lack of appropriate plotting package on the server or the server is not properly set up for X11 forwarding? thanks -- View this message in context: http://n4.nabble.com/how-to-make-R-plot-under-Linux-tp1562060p1565113.html Sent from the R help

Re: [R] how to make R plot under Linux

2010-02-22 Thread Duncan Murdoch
On 22/02/2010 3:46 PM, xin wei wrote: hi, Guys: thank you so much for all the suggestion. Now I seem to be able to set up x11 forwarding in PUTTY. however, I still could not get plot and I get the following error msg: Error in function (display = , width, height, pointsize, gamma, bg, : X11

Re: [R] how to make R plot under Linux

2010-02-22 Thread Don MacQueen
-to-make-R-plot-under-Linux-tp1562060p1565113.html Sent from the R help mailing list archive at Nabble.com. __ 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

Re: [R] how to make R plot under Linux

2010-02-22 Thread Saeed Abu Nimeh
on the server or the server is not properly set up for X11 forwarding? thanks -- View this message in context: http://n4.nabble.com/how-to-make-R-plot-under-Linux-tp1562060p1565113.html Sent from the R help mailing list archive at Nabble.com. __ R

Re: [R] how to make R plot under Linux

2010-02-22 Thread David Scott
Saeed Abu Nimeh wrote: Try to install xming in your windows box http://www.straightrunning.com/XmingNotes/. Make sure to run xming before plotting. Saeed On Mon, Feb 22, 2010 at 12:46 PM, xin wei xin...@stat.psu.edu wrote: hi, Guys: thank you so much for all the suggestion. Now I seem to be

Re: [R] how to make R plot under Linux

2010-02-22 Thread Zhuanshi He
is not properly set up for X11 forwarding? thanks -- View this message in context: http://n4.nabble.com/how-to-make-R-plot-under-Linux-tp1562060p1565113.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing

[R] how to make R plot under Linux

2010-02-19 Thread xinwei
Hi, I am using R in Linux environment. How can i make plot in Linux just like in windows? thanks __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide

Re: [R] how to make R plot under Linux

2010-02-19 Thread Ista Zahn
On 02/19/10 xin...@stat.psu.edu wrote: Hi, I am using R in Linux environment. How can i make plot in Linux just like in windows? There shouldn't be much difference, but we're going to need a lot more information. What version of linux, what version of R, what exactly is the problem you are

Re: [R] how to make R plot under Linux

2010-02-19 Thread Vojtěch Zeisek
On Linux You can use Rkward http://rkward.sourceforge.net/ - very nice and good graphical user interface for R. Dne Pá 19. února 2010 19:39:53 xin...@stat.psu.edu napsal(a): Hi, I am using R in Linux environment. How can i make plot in Linux just like in windows? thanks