Skip to content
Back to formatted view

Raw Message

Message-ID: <4007D275.40706@statistik.uni-dortmund.de>
Date: 2004-01-16T12:00:53Z
From: Uwe Ligges
Subject: plot
In-Reply-To: <CLECJBOEBGOMOKJHJNDAIENIDIAA.marwan.khawaja@aub.edu.lb>

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