Re: [R] Just confirming (?): No way to "export" a (Quartz) plot...

2019-03-25 Thread David Goldsmith
Excellent, thanks! (It just goes to show how hard it can be to find something when you don't know precisely what to look for.) DLG On Mon, Mar 25, 2019 at 8:18 AM Ivan Krylov wrote: > On Sun, 24 Mar 2019 23:35:30 -0700 > David Goldsmith wrote: > > > No way to &quo

[R] Just confirming (?): No way to "export" a (Quartz) plot...

2019-03-25 Thread David Goldsmith
...once I've got it the way I want it, (e.g., to a PNG)? I.e., I either have to create a PNG device and then plot to that, or use Mac's (screen) "Grab" app? Thanks. DLG > sessionInfo() R version 3.5.2 (2018-12-20) Platform: x86_64-apple-darwin15.6.0 (64-bit) Running under: macOS High Sierra 10.

Re: [R] [FORGED] Q re: logical indexing with is.na

2019-03-10 Thread David Goldsmith
ch vectors are recycled if necessary to match > the corresponding extent. i, j, ... can also be negative integers, > indicating elements/slices to leave out of the selection. > > On March 9, 2019 6:57:05 PM PST, Rolf Turner > wrote: > >On 3/10/19 2:36 PM, David Goldsmith wro

[R] Q re: logical indexing with is.na

2019-03-09 Thread David Goldsmith
Hi! Newbie (self-)learning R using P. Dalgaard's "Intro Stats w/ R"; not new to statistics (have had grad-level courses and work experience in statistics) or vectorized programming syntax (have extensive experience with MatLab, Python/NumPy, and IDL, and even a smidgen--a long time ago--of experie