Re: [R] radial.plot() in plotrix module

2009-08-19 Thread Jim Lemon
Jon Case wrote: Hello, Is it possible to plot differently colored points with the radial.plot() function in the plotrix package? For example, the code: radial.plot( c(.5,.6, .7), c(1,2,3), rp.type = "s", point.col=c("red", "green", "blue") ) produces a plot whose three points are all red, inste

[R] radial.plot() in plotrix module

2009-08-18 Thread Jon Case
Hello, Is it possible to plot differently colored points with the radial.plot() function in the plotrix package? For example, the code: radial.plot( c(.5,.6, .7), c(1,2,3), rp.type = "s", point.col=c("red", "green", "blue") ) produces a plot whose three points are all red, instead of one red, one