Displaying 2 results from an estimated 2 matches for "raxlab".
Did you mean:
axlab
2012 Apr 12
2
pyramid.plot in plotrix, axis labelling
...","50-59","60-69","70-79","80-89","90-99")
> pyramid.plot(mpop,fpop,labels=coh,gap=15,labelcex=0.7,top.labels=c("males","age group","females"),lxcol="red",rxcol="blue", laxlab=c(0,50,100,150),raxlab=c(0,50,100,150))
Any suggestions gratefully recieved.
Gavin.
2010 Feb 13
4
Labels on a pyramide
I am using pyramid.plot() from the plotrix package.
I have something like this
############################################
xy.pop<-dados$masfr
xx.pop<-dados$femfr
#agelabels<-dados$femlab
xycol<-color.gradient(c(0,0,0.5,1),c(0,0,0.5,1),c(1,1,0.5,1),11)
xxcol<-color.gradient(c(1,1,0.5,1),c(0.5,0.5,0.5,1),c(0.5,0.5,0.5,1),11)
xylab<-dados$maslab
xxlab<-dados$femlab