[R] R plot as image data and another question
Prof Brian Ripley
ripley at stats.ox.ac.uk
Tue Mar 18 10:50:22 CET 2008
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, ripley at stats.ox.ac.uk
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
More information about the R-help
mailing list