Hi I'm working on a remote computer with R (SuSE 8.1) and I want to do some ploting. Does anyone knows if it is possible to export the graphics window in to my display and how I can do it ? Thanks EJ -- Ernesto Jardim <ernesto at ipimar.pt> Marine Biologist Research Institute for Agriculture and Fisheries Lisboa, Portugal Tel: +351 213 027 000 Fax: +351 213 015 948
Hi! This depends on the machine you are working on, on a unix system you need to allow the remote computer to write on your X-Display and then tell it the display it should export to. For details see the manual page of X. as you see this is no R-specific thing... Cheers, Winfried On 23-Jan-03 Ernesto Jardim wrote:> Hi > > I'm working on a remote computer with R (SuSE 8.1) and I want to do some > ploting. Does anyone knows if it is possible to export the graphics > window in to my display and how I can do it ? > > Thanks > > EJ > > -- > Ernesto Jardim <ernesto at ipimar.pt> > Marine Biologist > Research Institute for Agriculture and Fisheries > Lisboa, Portugal > Tel: +351 213 027 000 > Fax: +351 213 015 948 > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > http://www.stat.math.ethz.ch/mailman/listinfo/r-help--------------------------------------------------------------------- E-Mail: Winfried Theis <theis at statistik.uni-dortmund.de> Date: 23-Jan-03 Dipl.-Math. Winfried Theis SFB 475, Fachbereich Statistik, Universit"at Dortmund, 44221 Dortmund Tel.: +49-231-755-5903 FAX: +49-231-755-4387 ----------------------------------------------------------------------
You can set the `display' argument to `x11' to your local computer's screen (and allow the remote computer to connect via xhost). Something like x11(display = "mymachine:0.0") -roger _______________________________ UCLA Department of Statistics rpeng at stat.ucla.edu http://www.stat.ucla.edu/~rpeng On 23 Jan 2003, Ernesto Jardim wrote:> Hi > > I'm working on a remote computer with R (SuSE 8.1) and I want to do some > ploting. Does anyone knows if it is possible to export the graphics > window in to my display and how I can do it ? > > Thanks > > EJ > > -- > Ernesto Jardim <ernesto at ipimar.pt> > Marine Biologist > Research Institute for Agriculture and Fisheries > Lisboa, Portugal > Tel: +351 213 027 000 > Fax: +351 213 015 948 > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > http://www.stat.math.ethz.ch/mailman/listinfo/r-help >