Skip to content
Prev 276088 / 398506 Next

triangles point left, filled?

On Nov 1, 2011, at 5:05 AM, Martin Ivanov wrote:

            
> plot(1:10)
 > polygon(x=c(1.5,1.6,1.6), y=c(1.5,1.6,1.4))
 > polygon(x=c(1.5,1.4,1.4)+1, y=c(1.5,1.6,1.4)+1)
 > polygon(x=c(1.5,1.7,1.7)+1, y=c(1.5,1.7,1.3)+2, col="red")
David Winsemius, MD
Heritage Laboratories
West Hartford, CT