Skip to content

plot and keep R session as active window

2 messages · Naresh Gurbuxani, Bert Gunter

#
When I plot a graph 

plot(norm(10))

R plots the graph and makes the graph window the active window.  It is straightforward to type Cmd-TAB and go back to R session.  

Is it possible to change default settings so that R session window remains the active window?

I am on a Mac, running R from EMACS + ESS.  

Thanks,
Naresh
#
This list is for help on the R language, so strictly speaking, your
query is off topic (but not unreasonable, imo). So if you don't get
sufficient help here you should probably try here:
https://ess.r-project.org/index.php?Section=home


Bert Gunter

"The trouble with having an open mind is that people keep coming along
and sticking things into it."
-- Opus (aka Berkeley Breathed in his "Bloom County" comic strip )

On Wed, Mar 23, 2022 at 11:59 AM Naresh Gurbuxani
<naresh_gurbuxani at hotmail.com> wrote: