Message-ID: <CAGxFJbRgvQTtQz0rNcpLtvq8U3EQQoXyDOMJR=q+cC=FCx5YjQ@mail.gmail.com>
Date: 2022-03-23T19:42:02Z
From: Bert Gunter
Subject: plot and keep R session as active window
In-Reply-To: <BL0PR01MB40366D5AE15565581851CD86FA189@BL0PR01MB4036.prod.exchangelabs.com>
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:
>
> 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
> ______________________________________________
> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
> 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.