search for: caess

Displaying 1 result from an estimated 1 matches for "caess".

Did you mean: acess
2010 Feb 05
1
About graphics
...to use the option mgp of par() and I could not get the desired result. Note that want the axis labels horizontally. caes = c(37,20,19,16,75,103) names(caes) = c("Pinscher", "Pastor \n Alem?o", "Poodle", "Rottweiller", "SRD", "Outros") caess = sort(caes, decreasing=F) par(mar=c(3, 5.7, 1, 1), mgp=c(4.5, .5, 0), las=1) barplot(caess, cex.axis=1, cex.names=1, ylab="Ra?as dos C?es", xlab="Frequ?ncias", bty='l', col="LightYellow", horiz=T, xlim=c(0,120)) abline(v=0) Suggestions? -----------...