search for: fattig_1990

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

2009 Apr 26
7
Bumps chart in R
...egend("topleft",c("1990","2004"),fill=c(1,2),bty="n") par(oldpar) dev.off() I Guess I need to start with an normal plot? Something like the below - but there is a loong way to go... # A meager start - how to finish my bumps chart plot(c(rep(1,9),rep(2,9)),c(fattig_1990,fattig_2004),type="b",ann=F) Thankfull for any help. Cheers. Andreas