Skip to content
Prev 306464 / 398506 Next

erasing a polygon

I was able to puzzle it out with the help of the book "R Graphics" (Murrell).
When par("bg") = "transparenent" one needs to use col="white", otherwise the
old code col=0 works correctly.

The default for pdf and x11, the two I use, is transparent.

Terry Therneau
On 09/27/2012 08:48 AM, PIKAL Petr wrote: