On Tue, 18 Mar 2008, Bio7 wrote: > > Dear R developers, > > i would like to get the plots of R in the form of matrix data which i want > to transfer > to an external image software. Is it generally possible to get the plot > information in form of > data values? > > Another question concerns about the command line execution of scripts. >> From an external application i want to be able to call R scripts (R -e ....) > to plot data. > If i call the scripts everything executes fine but the plotting window > terminates instantly. > Is there a possibility to stop the termination of the window(until it is > closed manually)?
What OS is this, what plot device? par(ask=TRUE) may help, for example (depending on the answers). > Thanks in advance for any answers! > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. PLEASE do supply the information requested. -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595 ______________________________________________ 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-guide.html and provide commented, minimal, self-contained, reproducible code.