Skip to content
Back to formatted view

Raw Message

Message-ID: <BANLkTi=SDHXOfk3rNC7BMDLot9aqABtHvg@mail.gmail.com>
Date: 2011-04-18T10:00:22Z
From: Deepayan Sarkar
Subject: different colors in a segplot centers (package latticeExtra)
In-Reply-To: <BANLkTimBnRJpdepOhGz3+LWhSK5XtMtiCg@mail.gmail.com>

On Mon, Apr 18, 2011 at 4:10 AM, barbara costa <rbarbarahc at gmail.com> wrote:
> Hi,
> how can I change colors in the centers of my segplot?
> I'm not interested in coloring the lines (Standard error limits) but the
> centers (means)?
> ?here's my code:
>
>
> segplot(reorder(factor(Species), MeanBiom)? ~ MinSEBiom + MaxSEBiom ,
> data=dfRatioAftBefBiom, draw.bands = FALSE, centers = MeanBiom,
> col=as.numeric (Commercial.Value))

Try 'col.symbol' instead of 'col'.

-Deepayan