[R] plot

Uwe Ligges ligges at statistik.uni-dortmund.de
Fri Jan 16 13:00:53 CET 2004


Marwan Khawaja wrote:

> Dear All,
> I'd like to 'highlight' say change font size/color 'some' point in a graph.  I
> can do this with 'points',
> 
> plot(x)
> points(x[1], col="red")
> 
> Is there a more 'straightforward' way (e.g., option in plot) to do this?
> Thanks Marwan


plot(x, col = colorvector)
???

Uwe Ligges




More information about the R-help mailing list