An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110417/53a15dda/attachment.pl>
different colors in a segplot centers (package latticeExtra)
2 messages · barbara costa, Deepayan Sarkar
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