Re: [R] Plot Rect Transparency

2018-07-27 Thread Martin Maechler
> Duncan Murdoch > on Thu, 28 Jun 2018 20:57:19 -0400 writes: > On 28/06/2018 5:29 PM, Jeff Reichman wrote: >> R-Help >> >> >> >> Is there a way to make a rectangle transparent (alpha=0.1??) >> >> >> >> plot(c(100, 200), c(300, 450), type=

Re: [R] Plot Rect Transparency

2018-06-28 Thread Jeff Reichman
28, 2018 7:57 PM To: reichm...@sbcglobal.net; R-help@r-project.org Subject: Re: [R] Plot Rect Transparency On 28/06/2018 5:29 PM, Jeff Reichman wrote: > R-Help > > > > Is there a way to make a rectangle transparent (alpha=0.1??) > > > >plot(c(100, 200), c(3

Re: [R] Plot Rect Transparency

2018-06-28 Thread Duncan Murdoch
On 28/06/2018 5:29 PM, Jeff Reichman wrote: R-Help Is there a way to make a rectangle transparent (alpha=0.1??) plot(c(100, 200), c(300, 450), type= "n", xlab = "", ylab = "") rect(110, 300, 175, 350, density = 5, border = "red") Can't figure out how to take the changepo

[R] Plot Rect Transparency

2018-06-28 Thread Jeff Reichman
R-Help Is there a way to make a rectangle transparent (alpha=0.1??) plot(c(100, 200), c(300, 450), type= "n", xlab = "", ylab = "") rect(110, 300, 175, 350, density = 5, border = "red") Can't figure out how to take the changepoint function results and plot in ggplot2 so I can just