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, instead of one red, one
> green, and one blue. Any suggestions?
>
>
Hi Jon,
When I try your code, I get the points in the requested colors. Of
course, I am running the very latest version of plotrix....
Jim