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?

Thanks,
Jon

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to