search for: agelabels

Displaying 2 results from an estimated 2 matches for "agelabels".

Did you mean: edgelabels
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 agelabels<-xylab png("piramide9808.png") par(mar=pyramid.plot(xy.pop,xx.pop,la...
2011 Nov 14
1
Confused with an error message related to "plotrix" library in the newer versions of R.
...ve R 2.13.0 & R 2.14.0). Herewith I am furnishing the same code for your perusal. It would have been better if somebody could look into this matter and explain in detail. require(plotrix) xy.pop <- c(17,15,13,11,9,8,6,5,4,3,2,2,1,3) xx.pop <- c(17,14,12,11,11,8,6,5,4,3,2,2,2,3) agelabels <- c("0-4","5-9","10-14","15-19","20-24","25-29","30-34", "35-39","40-44","45-49","50-54","55-59","60-64","65+") xycol<-color.gradient(c(0,0,0.5,0.1...