[R-sig-Geo] plotIC

Jim Lemon jim at bitwrit.com.au
Mon Jan 17 08:37:17 CET 2011


On 01/17/2011 07:17 AM, Conceição Ribeiro wrote:
> ---------- Mensagem encaminhada ----------
> De:<r-sig-geo-owner at r-project.org>
> Data: 16 de janeiro de 2011 18:03
> Assunto: Fwd: plotIC
> Para: cribeiro6168 at gmail.com
>
>
> You are not allowed to post to this mailing list, and your message has
> been automatically rejected.  If you think that your messages are
> being rejected in error, contact the mailing list owner at
> r-sig-geo-owner at r-project.org.
>
>
> Hi,
>
> when I use the plotIC with all values and ask to label with the names it
> goes very well,
>
> library(plotrix)
>
> y<-cbind(lower,upper)
> plotCI(1:278,rate,li=lower,ui=upper,xlab="278 Concelhos",ylab="SMR",pch=19)
> text(1:278,upper+0.25,NomeConc,cex=.5)
> abline(1,0,col=4,lwd=2)
>
>
> but I need to do separate plots and when I ask to label in this separate
> plots it show more than one label in each IC, it repeats the name several
> times.
>
> y<-cbind(lower,upper)
> plotCI(1:27,rate[1:27],li=lower,ui=upper,xlab="278
> Concelhos",ylab="SMR",pch=19)
> text(1:27,upper+0.25,NomeConc[1:27],cex=.5)
> abline(1,0,col=4,lwd=2)
>
Hi Conceição,
I can't really work out what is happening, but if you could post the 
data (or just a bunch of random numbers with the same names) perhaps I 
could find a solution.

Jim



More information about the R-sig-Geo mailing list