[R] xyplot color question

Paul Heinrich Dietrich paul.heinrich.dietrich at gmail.com
Mon Mar 2 15:13:04 CET 2009


Hi,
I am plotting scatterplots of horsepower by torque, conditional on brand
(I'm just making up the variables for this example), and the goal is to see
both the scatterplot points as well as the smoothed line.  When I do the
following code, I get the same color for the points and line, and would like
the colors to be different, such as black points and a red smoothed line. 
How do I do that?  I can't find any examples or figure out how to manipulate
color.  Thanks.

xyplot(horsepower ~ torque | brand, MyData, type=c("p","smooth"))
-- 
View this message in context: http://www.nabble.com/xyplot-color-question-tp22288842p22288842.html
Sent from the R help mailing list archive at Nabble.com.




More information about the R-help mailing list