Hi,

I wanted the rug (in plot) to have different colors. For example:

vals1 <- sample(1:100,5)
vals2 <- sample(1:100,5)

rugcols <- c("red","blue","brown","red","yellow")

plot(vals1,vals2)
rug(vals1,col=rugcols,lwd=2)


However, with this code I only get 'red' for all the ticks. Is there a way
I can get the different colors for rug?

thanks!

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
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